Skip Git Pre-Commit Hook

Today I learned you can run git commit —-no-verify to commit work without running pre-commit hook on it. Not that I ever do that.