Commit f981bd97ca41d67657f6a4791a2837c87d6654ec
1 parent
525c1a4a
Exists in
master
and in
5 other branches
Incluindo comentário com o link para git remote.
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
gitsync.sh
... | ... | @@ -3,6 +3,9 @@ |
3 | 3 | # https://help.github.com/articles/syncing-a-fork/ |
4 | 4 | # |
5 | 5 | # https://help.github.com/articles/configuring-a-remote-for-a-fork/ |
6 | +# | |
7 | +# git remote add upstream https://perrywerneck@bitbucket.org/pw3270/pw3270-application.git | |
8 | +# | |
6 | 9 | |
7 | 10 | git fetch origin |
8 | 11 | git checkout master | ... | ... |