Phillip Wood <phillip.wood123@xxxxxxxxx> writes: > [...], we'd need to add something like "git rebase --continue > --no-verify" as a way to bypass it when resolving conflicts in commits > that were created with "git commit --no-verify". Looks like such a flag already exists to skip the 'pre-rebase' hook. Presumably it can pull double-duty to skip pre-commit as well. (It's a little messy to me to not be able to pick/choose which hooks to skip, but looks like this is already status quo with other hooks.) -- Sean Allred