TSC42 5 년 전
부모
커밋
531dc2138b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gitUp.sh

+ 1 - 1
gitUp.sh

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