Difference between revisions of "Git commit --no-verify"
Jump to navigation
Jump to search
(Removed redirect to Git commit) Tag: Removed redirect |
|||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{lc}} | |
− | This option bypasses the pre-commit and commit-msg hooks. See also githooks(5). | + | [[git commit]] --no-verify -n, --no-verify |
+ | This option bypasses the [[pre-commit]] and [[commit-msg]] hooks. See also [[githooks]](5). | ||
+ | |||
+ | [[git commit -an]] | ||
+ | [[-a]] --all | ||
+ | -n --no-verify | ||
− | + | == Related == | |
+ | * <code>[[git commit -am]]</code> | ||
== See also == | == See also == | ||
* {{git commit}} | * {{git commit}} | ||
+ | |||
+ | [[Category:Git]] |
Latest revision as of 11:58, 4 July 2024
git commit --no-verify -n, --no-verify This option bypasses the pre-commit and commit-msg hooks. See also githooks(5).
git commit -an -a --all -n --no-verify
Related[edit]
See also[edit]
git commit [ -a | -an | --amend | --amend --reset-author | --no-verify | -m | -S ]
Advertising: