How to skip Git hooks


Skip Git hooks with --no-verify:

--no-verify

For example, here’s how to skip Git commit hook:

git commit --no-verify

Or to skip Git push hook:

git push --no-verify


Please support this site and join our Discord!