mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-26 21:25:29 -04:00
6 lines
196 B
Bash
6 lines
196 B
Bash
|
|
#!/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 diff --stat --cached origin/master
|