Kaynağa Gözat

Update git-sync

Samuel W. Flint 5 yıl önce
ebeveyn
işleme
0f048eabbe
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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