git commit —no-verify
-n
—[no-]verify
By default, the pre-commit and commit-msg hooks
are run. When any of —no-verify or -n is given,
these are bypassed.
git commit -m "PC-8370: a lot of changes" --no-verify
-n
—[no-]verify
By default, the pre-commit and commit-msg hooks
are run. When any of —no-verify or -n is given,
these are bypassed.
git commit -m "PC-8370: a lot of changes" --no-verify