1
0
mirror of https://github.com/git/git.git synced 2024-09-29 20:13:27 +02:00

git-push.sh: Retain cuteness, add helpfulness.

Signed-off-by: Chris Shoemaker <c.shoemaker at cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
c.shoemaker@cox.net 2005-10-29 00:17:17 -04:00 committed by Junio C Hamano
parent af13cdf298
commit f9362de961

@ -28,7 +28,8 @@ do
done
case "$#" in
0)
die "Where would you want to push today?" ;;
echo "Where would you want to push today?"
usage ;;
esac
. git-parse-remote