Add new files to commit

This commit is contained in:
Daniel Mejia-Rodriguez 2022-02-11 17:19:56 -05:00
parent 06fac4c794
commit 71d148ac0b

View file

@ -1,5 +1,6 @@
#!/bin/bash
git config user.name "nwchemgit"
git config user.email "nwchemgit@gmail.com"
git commit -m website\ changes\ on\ `date +%a_%b_%d_%H:%M:%S_%Y` -a
git add -A
git commit -m website\ changes\ on\ `date +%a_%b_%d_%H:%M:%S_%Y`
git diff --stat --cached origin/master