mirror of
https://github.com/git/git.git
synced 2024-11-18 05:13:58 +01: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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user