m0e 5 years ago
parent
commit
30b0232a04
2 changed files with 2 additions and 0 deletions
  1. BIN
      GIT-Tutorial.pdf
  2. 2 0
      gitUp.sh

BIN
GIT-Tutorial.pdf


+ 2 - 0
gitUp.sh

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