File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ SYNOPSIS
1111[verse]
1212'git push' [--all | --mirror | --tags] [--follow-tags] [-n | --dry-run] [--receive-pack=<git-receive-pack>]
1313 [--repo=<repository>] [-f | --force] [--prune] [-v | --verbose] [-u | --set-upstream]
14- [<repository> [<refspec>...]]
14+ [--no-verify] [ <repository> [<refspec>...]]
1515
1616DESCRIPTION
1717-----------
@@ -195,6 +195,11 @@ useful if you write an alias or script around 'git push'.
195195 be pushed. If on-demand was not able to push all necessary
196196 revisions it will also be aborted and exit with non-zero status.
197197
198+ --[no-]verify::
199+ Toggle the pre-push hook (see linkgit:githooks[5]). The
200+ default is \--verify, giving the hook a chance to prevent the
201+ push. With \--no-verify, the hook is bypassed completely.
202+
198203
199204include::urls-remotes.txt[]
200205
You can’t perform that action at this time.
0 commit comments