Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 265 Bytes

no-verify.md

File metadata and controls

14 lines (11 loc) · 265 Bytes

How to skip hooks & checks when committing or pushing


Set --no-verify flag with whatever you're trying to do.

for commit

git commit --no-verify

for push

git push --no-verify