Browse Source

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>
maint
c.shoemaker@cox.net 19 years ago committed by Junio C Hamano
parent
commit
f9362de961
  1. 3
      git-push.sh

3
git-push.sh

@ -28,7 +28,8 @@ do @@ -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…
Cancel
Save