m0e преди 5 години
родител
ревизия
09eccd3301
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      gitUp.sh

+ 1 - 1
gitUp.sh

@@ -1,2 +1,2 @@
 #!/bin/sh
-git add . ; git commit -a -m "${1:-update autocommit}" ; git push -u ${2:-origin} ${3:-master}
+git add . ; git commit -a -m "${3:-update autocommit}" ; git push -u ${1:-origin} ${2:-master}