From 930299ab9a924d9f148d332469a3d9656beae6bd Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 9 Nov 2018 13:19:56 -0200 Subject: [PATCH] Incluindo sincronização com github. --- gitsync.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gitsync.sh b/gitsync.sh index 212bd9f..371a00e 100755 --- a/gitsync.sh +++ b/gitsync.sh @@ -8,10 +8,13 @@ # # git remote add bitbucket https://bitbucket.org/pw3270/pw3270-application.git # +# git remote add github https://github.com/PerryWerneck/pw3270.git +# git push github --all +# git fetch origin git checkout master git merge origin/master -git push bitbucket +git push github -- libgit2 0.21.2