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:

committed by
Junio C Hamano

parent
af13cdf298
commit
f9362de961
@ -28,7 +28,8 @@ do
|
|||||||
done
|
done
|
||||||
case "$#" in
|
case "$#" in
|
||||||
0)
|
0)
|
||||||
die "Where would you want to push today?" ;;
|
echo "Where would you want to push today?"
|
||||||
|
usage ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
. git-parse-remote
|
. git-parse-remote
|
||||||
|
Reference in New Issue
Block a user