Open wujekbogdan opened 2 years ago
Same issue here. I have configured all as per the documentation.
This question my be a duplicated on of https://github.com/commitizen/cz-cli/issues/844
Facing exactly the same issue. Kind of makes the whole interactive prepare-commit-msg
a bit pointless. When i've finished the interactive prompt it spits me into gits edit message hook in vim
ref: https://github.com/commitizen/cz-cli/issues/934#issuecomment-1982811302
git config --local core.editor cat
Steps to re-produce
Create a
prepare-commit-msg
hook:git commit
git cz
Is there any way to prevent
prepare-commit-msg
hook from running when executinggit cz
?