X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-push-script;h=744ee7e7dc8986767f410f99f4ff8c644654b172;hb=89bc8c785e20258efba3b2b5ffc26098fa0b8bc8;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 "$@")