Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add note on how to skip git hooks to README.md closes: #79
  • Loading branch information
toplenboren committed Jul 23, 2023
commit 189b03ec232db57568e68c90211e6abbcc1f290b
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ npm uninstall simple-git-hooks

## Common issues

### I want to skip git hooks!

You should use -no-verify option

https://bobbyhadz.com/blog/git-commit-skip-hooks#skip-git-commit-hooks

### When migrating from `husky` git hooks are not running

**Why is this happening?**
Expand Down