Commit e16889eba0f5b73e1802965d3c709755bdd573c0
1 parent
24508a2c
Exists in
master
Atualizando script de sincronização.
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
gitsync.sh
... | ... | @@ -3,7 +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 | - | |
6 | +# | |
7 | +# git remote add bitbucket https://bitbucket.org/pw3270/pw3270-java.git | |
8 | +# | |
7 | 9 | git fetch origin |
8 | 10 | git checkout master |
9 | 11 | git merge origin/master | ... | ... |