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

Behaves the same as git commit

Open DRM-Free opened this issue 2 years ago • 1 comments

Installed via aur repositories (archlinux). When running git cz, I get the usual git commit prompt (fill commit message in vim editor).

DRM-Free avatar Oct 03 '23 12:10 DRM-Free

I was having the same problem, in my case I didn't follow the fully the instructions https://github.com/commitizen/cz-cli#conventional-commit-messages-as-a-global-utility

npm install -g commitizen
npm install -g cz-conventional-changelog
echo '{ "path": "cz-conventional-changelog" }' > ~/.czrc

ghashi avatar Nov 14 '23 16:11 ghashi