From 879e77852b726393ac3d7aacfad472743c5e940c Mon Sep 17 00:00:00 2001 From: Rafael Diego Date: Thu, 17 Dec 2015 17:02:51 -0200 Subject: [PATCH] script para enviar para staging --- envia-repo.sh | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) create mode 100755 envia-repo.sh diff --git a/envia-repo.sh b/envia-repo.sh new file mode 100755 index 0000000..d2315ec --- /dev/null +++ b/envia-repo.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +git push origin master + +git checkout staging +git pull origin staging + +git merge master \ No newline at end of file -- libgit2 0.21.2