Commit 2ab61443544776fe07e1fece87ffb2e77996bd8b

Authored by Perry Werneck
1 parent 52880afa

Adding a 'git push' before syncing repositories.

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
gitsync.sh
... ... @@ -12,6 +12,8 @@
12 12 #
13 13 #
14 14  
  15 +git push
  16 +
15 17 git fetch origin
16 18 git checkout master
17 19 git merge origin/master
... ...