Browse Source

git-pushb: forward flags

raylu 6 years ago
parent
commit
8ac484edd1
1 changed files with 1 additions and 1 deletions
  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 $*