Skip to content

Commit fff69f7

Browse files
pks-tgitster
authored andcommitted
push: add '--delete' flag to synopsis
The delete flag is not mentioned in the synopsis of `git-push`. Add the flag to make it more discoverable. Signed-off-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4b9ab0e commit fff69f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-push.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SYNOPSIS
1010
--------
1111
[verse]
1212
'git push' [--all | --mirror | --tags] [--follow-tags] [--atomic] [-n | --dry-run] [--receive-pack=<git-receive-pack>]
13-
[--repo=<repository>] [-f | --force] [--prune] [-v | --verbose]
13+
[--repo=<repository>] [-f | --force] [--delete] [--prune] [-v | --verbose]
1414
[-u | --set-upstream]
1515
[--[no-]signed|--sign=(true|false|if-asked)]
1616
[--force-with-lease[=<refname>[:<expect>]]]

0 commit comments

Comments
 (0)