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
11
11
[verse]
12
12
'git push' [--all | --mirror | --tags] [--follow-tags] [-n | --dry-run] [--receive-pack=<git-receive-pack>]
13
13
[--repo=<repository>] [-f | --force] [--prune] [-v | --verbose] [-u | --set-upstream]
14
- [<repository> [<refspec>...]]
14
+ [--no-verify] [ <repository> [<refspec>...]]
15
15
16
16
DESCRIPTION
17
17
-----------
@@ -195,6 +195,11 @@ useful if you write an alias or script around 'git push'.
195
195
be pushed. If on-demand was not able to push all necessary
196
196
revisions it will also be aborted and exit with non-zero status.
197
197
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
+
198
203
199
204
include::urls-remotes.txt[]
200
205
You can’t perform that action at this time.
0 commit comments