[PATCH] New git-apply test cases for scanning forwards and backwards.
[git.git] / git-push-script
index 5fa5af2..744ee7e 100755 (executable)
@@ -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 "$@")