diff options
Diffstat (limited to 'git-push.sh')
-rwxr-xr-x | git-push.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-push.sh b/git-push.sh index edc0b8317a..140c8f85d5 100755 --- a/git-push.sh +++ b/git-push.sh @@ -1,5 +1,5 @@ #!/bin/sh -. git-sh-setup || die "Not a git archive" +. git-sh-setup usage () { die "Usage: git push [--all] [--force] <repository> [<refspec>]" |