m0e %!s(int64=5) %!d(string=hai) anos
pai
achega
30b0232a04
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. BIN=BIN
      GIT-Tutorial.pdf
  2. 2 0
      gitUp.sh

BIN=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}