Browse Source

update autocommit 08-08-2019_09:31:55

TSC42 4 years ago
parent
commit
49e658f210
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gitUp.sh

+ 1 - 1
gitUp.sh

@@ -1,3 +1,3 @@
 #!/bin/sh
-NOW=$(date +"%m-%d-%Y")
+NOW=$(date +"%m-%d-%Y_%T")
 git add . ; git commit -a -m "${1:-update autocommit $NOW}" ; git push -u ${2:-origin} ${3:-master}