Commit 930299ab9a924d9f148d332469a3d9656beae6bd

Authored by Perry Werneck
1 parent f1107266

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 8 #
9 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 15 git fetch origin
13 16 git checkout master
14 17 git merge origin/master
15 18  
16   -git push bitbucket
  19 +git push github
17 20  
... ...