Commit 930299ab9a924d9f148d332469a3d9656beae6bd
1 parent
f1107266
Exists in
master
and in
5 other branches
Incluindo sincronização com github.
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
gitsync.sh
@@ -8,10 +8,13 @@ | @@ -8,10 +8,13 @@ | ||
8 | # | 8 | # |
9 | # git remote add bitbucket https://bitbucket.org/pw3270/pw3270-application.git | 9 | # git remote add bitbucket https://bitbucket.org/pw3270/pw3270-application.git |
10 | # | 10 | # |
11 | +# git remote add github https://github.com/PerryWerneck/pw3270.git | ||
12 | +# git push github --all | ||
13 | +# | ||
11 | 14 | ||
12 | git fetch origin | 15 | git fetch origin |
13 | git checkout master | 16 | git checkout master |
14 | git merge origin/master | 17 | git merge origin/master |
15 | 18 | ||
16 | -git push bitbucket | 19 | +git push github |
17 | 20 |