Skip to content

Commit f69dce8

Browse files
committed
Bypass githooks
1 parent 3348f05 commit f69dce8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
106106
* [Merge previous two commits into one.](#merge-previous-two-commits-into-one)
107107
* [List all branch is WIP](#list-all-branch-is-wip)
108108
* [Find guilty with binary search](#find-guilty-with-binary-search)
109+
* [Bypass pre-commit and commit-msg githooks](#bypass-pre-commit-and-commit-msg-githooks)
109110

110111
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
111112
<!-- @doxie.inject end toc -->
@@ -715,5 +716,10 @@ git bisect good # Say current state is good
715716
git bisect reset # Finish search
716717
```
717718

719+
## Bypass pre-commit and commit-msg githooks
720+
```sh
721+
git commit --no-verify
722+
```
723+
718724
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
719725
<!-- @doxie.inject end -->

0 commit comments

Comments
 (0)