cz-cli
cz-cli copied to clipboard
Any hackery available to disable `git commit` entirely?
Is it possible to prevent git commit altogether or otherwise redirect it to git cz?
I wouldn't do this since you'll lose the ability to amend commits. I advice to rely on commitlint to ensure all commits are well formatted.