Explorar el Código

git-pushb: forward flags

raylu hace 6 años
padre
commit
8ac484edd1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 $*