Open
Description
Steps to re-produce
- Create a
prepare-commit-msg
hook:#!/bin/sh . "$(dirname "$0")/_/husky.sh" exec < /dev/tty && node_modules/.bin/cz --hook || true
- Run
git commit
- Follow the CLI
- Everything works as expected.
- Run
git cz
- Follow the CLI
- Everything goes as expected except that, after we complete the wizard, Comittizen opens up again.
Is there any way to prevent prepare-commit-msg
hook from running when executing git cz
?
Metadata
Metadata
Assignees
Labels
No labels