We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33678c5 commit eb94c58Copy full SHA for eb94c58
pushall
@@ -45,5 +45,6 @@ case "$#,$*" in
45
printf "%s: " "$topic"
46
( cd ../git-$topic.git && git push "$@") || exit
47
done
48
+ test "$1" = '-n' || ( cd ../git-htmldocs.git && git push gh-pages )
49
;;
50
esac
0 commit comments