X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=git-push-script;h=744ee7e7dc8986767f410f99f4ff8c644654b172;hb=0d821d4dab346c9891e937d5f10c3261e1bbf13a;hp=5fa5af2af896e3bf6854387e744b9d2643a8f510;hpb=ac4b0cff00b7629657e61a1d6e1f1a1250d03198;p=git.git diff --git a/git-push-script b/git-push-script index 5fa5af2a..744ee7e7 100755 --- a/git-push-script +++ b/git-push-script @@ -26,6 +26,10 @@ do esac shift done +case "$#" in +0) + die "Where would you want to push today?" ;; +esac . git-parse-remote-script remote=$(get_remote_url "$@")