Skip to content

Commit

Permalink
Merge pull request #91 from toplenboren/topleboren-patch-1
Browse files Browse the repository at this point in the history
Add note on how to skip git hooks to README.md
  • Loading branch information
toplenboren committed Jul 23, 2023
2 parents 2acc134 + 189b03e commit d293c1a
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit d293c1a

Please sign in to comment.