diff --git a/atualiza-repo.sh b/atualiza-repo.sh new file mode 100755 index 0000000..13a74f4 --- /dev/null +++ b/atualiza-repo.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +git checkout staging +git pull origin staging +git checkout master +git pull origin master \ No newline at end of file -- libgit2 0.21.2