Explorar o código

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

TSC42 %!s(int64=5) %!d(string=hai) anos
pai
achega
49e658f210
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}