Sfoglia il codice sorgente

git-pushb: forward flags

raylu 6 anni fa
parent
commit
8ac484edd1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      git-pushb

+ 1 - 1
git-pushb

@@ -7,4 +7,4 @@ if [ $BRANCH == master ]; then
   echo "not pushing $BRANCH"
   exit 1
 fi
-git push -u origin $BRANCH
+git push -u origin $BRANCH $*