gitUp.sh 105 B

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