How to skip a Husky pre-commit hook with --no-verify
·1 min
Skip Husky (or any client-side git hook) with
git commit --no-verify - and when not to.Short technical notes, quick tips, and things I’ve learned along the way. These are bite-sized learnings that don’t warrant a full blog post but are worth remembering and sharing. Sometimes it’s just a single Linux command I want to remember for next time.
git commit --no-verify - and when not to.