File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
106
106
* [ Merge previous two commits into one.] ( #merge-previous-two-commits-into-one )
107
107
* [ List all branch is WIP] ( #list-all-branch-is-wip )
108
108
* [ 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 )
109
110
110
111
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
111
112
<!-- @doxie.inject end toc -->
@@ -715,5 +716,10 @@ git bisect good # Say current state is good
715
716
git bisect reset # Finish search
716
717
```
717
718
719
+ ## Bypass pre-commit and commit-msg githooks
720
+ ``` sh
721
+ git commit --no-verify
722
+ ```
723
+
718
724
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
719
725
<!-- @doxie.inject end -->
You can’t perform that action at this time.
0 commit comments