Any commitizen users here?
Wanted behavior:
git commit
git cz
Current behavior:
git commit
git cz
, just default git interfaceThe commitizen/cz-cli
project suggests:
Now, simply use
git cz
instead ofgit commit
when committing.
If git-cz
is in your PATH
, you can call git cz
. But it won't overshadow git commit
, simply offer a different alternative.