git-commit-without-pre-commit-hook
A quick tips if you want to skip the pre-commit validations and quickly want to get a git-commit out there. To get your commit through without running that pre-commit hook, use the –no-verify option. Let’s try now , Hope, without pre-commit hooks running!