Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add repository-layout document.
[gitweb.git]
/
git-push-script
diff --git
a/git-push-script
b/git-push-script
index 5fa5af2af896e3bf6854387e744b9d2643a8f510..744ee7e7dc8986767f410f99f4ff8c644654b172 100755
(executable)
--- a/
git-push-script
+++ b/
git-push-script
@@
-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 "$@")