diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-01-12 15:16:53 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-01-12 15:16:54 -0800 |
commit | 7b9d1b9556b31fe5f661caa1e82856ca876f2a08 (patch) | |
tree | 6e862974db7482ccc5d4b5ed28b5dc968acc703f /Documentation | |
parent | Merge branch 'ep/make-phoney' (diff) | |
parent | push: add '-d' as shorthand for '--delete' (diff) | |
download | tgif-7b9d1b9556b31fe5f661caa1e82856ca876f2a08.tar.xz |
Merge branch 'ps/push-delete-option'
"branch --delete" has "branch -d" but "push --delete" does not.
* ps/push-delete-option:
push: add '-d' as shorthand for '--delete'
push: add '--delete' flag to synopsis
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-push.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index 4c775bcec4..32482cec42 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -10,7 +10,7 @@ SYNOPSIS -------- [verse] 'git push' [--all | --mirror | --tags] [--follow-tags] [--atomic] [-n | --dry-run] [--receive-pack=<git-receive-pack>] - [--repo=<repository>] [-f | --force] [--prune] [-v | --verbose] + [--repo=<repository>] [-f | --force] [-d | --delete] [--prune] [-v | --verbose] [-u | --set-upstream] [--[no-]signed|--sign=(true|false|if-asked)] [--force-with-lease[=<refname>[:<expect>]]] |