simple-git-hooks
simple-git-hooks copied to clipboard
How to skip?
How can I skip a pre-commit check by cli command?
I think you should use -no-verify option
https://bobbyhadz.com/blog/git-commit-skip-hooks#skip-git-commit-hooks
I'll add this to README.md