Skip to content

Commit 189b03e

Browse files
committed
Add note on how to skip git hooks to README.md closes: #79
1 parent 2acc134 commit 189b03e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,12 @@ npm uninstall simple-git-hooks
152152

153153
## Common issues
154154

155+
### I want to skip git hooks!
156+
157+
You should use -no-verify option
158+
159+
https://bobbyhadz.com/blog/git-commit-skip-hooks#skip-git-commit-hooks
160+
155161
### When migrating from `husky` git hooks are not running
156162

157163
**Why is this happening?**

0 commit comments

Comments
 (0)