From 6339e83839285500d2a12bbc5f90b342bcbcfc76 Mon Sep 17 00:00:00 2001 From: Rafael Diego Date: Thu, 17 Dec 2015 16:59:36 -0200 Subject: [PATCH] script para atualizar o master e staging rapidamente --- atualiza-repo.sh | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) create mode 100755 atualiza-repo.sh 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