• 0

skip git commit hooks or force git commit

git commit --no-verify
This is helpful when you want to skip the pre-commit hook steps.

Further reading :