NWChem/contrib/mkdocs/commit_changes.sh

10 lines
259 B
Bash
Raw Permalink Normal View History

2022-01-04 11:07:05 -08:00
#!/bin/bash
git config user.name "nwchemgit"
git config user.email "nwchemgit@gmail.com"
2022-12-06 14:50:19 -08:00
git config advice.updateSparsePath false
2022-12-08 22:49:38 -08:00
#git add -A
git add .
2022-02-11 17:19:56 -05:00
git commit -m website\ changes\ on\ `date +%a_%b_%d_%H:%M:%S_%Y`
2022-12-06 14:50:19 -08:00
#git diff --stat --cached origin/master