Skip githooks on git push -
intro: installed software fires on git pre-push
hook. unfortunately there mistake in software, , crashes on large commits.
is possible run git push
without triggering githooks?
that way don't have uninstall githook?
after reading through of githook documentation found pre-commit
hook omitted flag --no-verify
.
although not mentioned, --no-verify
works on git push
:)