Browse Source

Update git-sync

Samuel W. Flint 5 years ago
parent
commit
0f048eabbe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      git-sync

+ 2 - 2
git-sync

@@ -11,9 +11,9 @@ cd $TREE
 
 [ -e pre-sync ] && sh pre-sync
 git stash push -u -m "SYNC SAVE"
-git pull
+git pull --all
 [ -e mid-sync ] && sh mid-sync
-git push
+git push --all origin
 [ -e post-sync ] && sh post-sync
 if git stash list | grep "SYNC SAVE" >/dev/null ; then
     git stash pop -q