cz-cli
cz-cli copied to clipboard
The commitizen command line utility. #BlackLivesMatter
I am currently running the cz bump in my CI tool and I am committing both the bumped semantic tag and updated master branch with the new .cz.json version file....
Hi, Just wondering if it's possible to include the .czrc in XDG_CONFIG_HOME ($HOME/.config) to de-clutter the home dir.
I'm using npx git-cz for committing but is there a way to disable running husky pre-commit hooks? if i use normal git commands, i used to do git commit -m...
I want to use the cz to sign commit, I tried add -s after cz, but it cannot work. in git: ``` git commit -m "fix: xxx" -s ``` in...
Hi, on Windows 10 + Linux subsystem for windows, I installed commitizen globally (+ also tried using npx git-cz), then when I commit using "git cz" the nano editor is...
Package version: [email protected] Integrity: sha512-LlZChbDzg3Ir3O2S7jSo/cgWp5/QwylQVr59K4xayVq8S4/RdKzSyJkghAiZZHfhh5t4pxunUoyeg0ml1q/7aw== Example from dist/git/commit.js: ```js // ... function commit(repoPath, message, options, done) { cov_2p3l72uoj0.f[0]++; let called = (cov_2p3l72uoj0.s[0]++, false); // commit the file by spawning a...
I'd like to be able to reuse a commit message that was just created by the `commitizen` CLI. The use case: sharing the same message in two different repositories, without...
OS Version: Windows 10 ver 1909 (18363.1500) node version: v14.10.0 npm version: v6.14.8 In my situation, I installed msys2 & zsh on Windows, and I use zsh as my shell....
Hi commitizeners :) I love using commitizen on my projects, and with husky hooks for pre-commit is great. BUT... There is a new version of Husky, (Husky 5) which breaks...
Is it possible to prevent `git commit` altogether or otherwise redirect it to `git cz`?