From e16889eba0f5b73e1802965d3c709755bdd573c0 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 28 Aug 2018 09:14:04 -0300 Subject: [PATCH] Atualizando script de sincronização. --- gitsync.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gitsync.sh b/gitsync.sh index 9411a4d..ff41a84 100755 --- a/gitsync.sh +++ b/gitsync.sh @@ -3,7 +3,9 @@ # https://help.github.com/articles/syncing-a-fork/ # # https://help.github.com/articles/configuring-a-remote-for-a-fork/ - +# +# git remote add bitbucket https://bitbucket.org/pw3270/pw3270-java.git +# git fetch origin git checkout master git merge origin/master -- libgit2 0.21.2