mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 14:35:21 -04:00
9 lines
259 B
Bash
Executable file
9 lines
259 B
Bash
Executable file
#!/bin/bash
|
|
git config user.name "nwchemgit"
|
|
git config user.email "nwchemgit@gmail.com"
|
|
git config advice.updateSparsePath false
|
|
#git add -A
|
|
git add .
|
|
git commit -m website\ changes\ on\ `date +%a_%b_%d_%H:%M:%S_%Y`
|
|
#git diff --stat --cached origin/master
|
|
|