This commit is contained in:
Jason S. Evans 2016-02-17 15:31:31 +01:00
parent 920b439436
commit 56c051a431
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/bash
date=`date +%D-%T`
#git pull -m `echo $DATE`
git commit -a -m echo $DATE
git push