mirror of
https://github.com/git/git.git
synced 2024-11-24 02:17:02 +08:00
Merge branch 'tr/push-no-verify-doc' into maint
* tr/push-no-verify-doc: Document push --no-verify
This commit is contained in:
commit
1ec379fff8
@ -11,7 +11,7 @@ SYNOPSIS
|
||||
[verse]
|
||||
'git push' [--all | --mirror | --tags] [--follow-tags] [-n | --dry-run] [--receive-pack=<git-receive-pack>]
|
||||
[--repo=<repository>] [-f | --force] [--prune] [-v | --verbose] [-u | --set-upstream]
|
||||
[<repository> [<refspec>...]]
|
||||
[--no-verify] [<repository> [<refspec>...]]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
@ -195,6 +195,11 @@ useful if you write an alias or script around 'git push'.
|
||||
be pushed. If on-demand was not able to push all necessary
|
||||
revisions it will also be aborted and exit with non-zero status.
|
||||
|
||||
--[no-]verify::
|
||||
Toggle the pre-push hook (see linkgit:githooks[5]). The
|
||||
default is \--verify, giving the hook a chance to prevent the
|
||||
push. With \--no-verify, the hook is bypassed completely.
|
||||
|
||||
|
||||
include::urls-remotes.txt[]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user