cz-cli icon indicating copy to clipboard operation
cz-cli copied to clipboard

Any hackery available to disable `git commit` entirely?

Open tylers-username opened this issue 5 years ago • 1 comments

Is it possible to prevent git commit altogether or otherwise redirect it to git cz?

tylers-username avatar Mar 27 '20 13:03 tylers-username

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.

pedroadame avatar Apr 05 '21 18:04 pedroadame