本地预安装
全局安装
yarn global add commitizen
使用
git add .
git cz
Simply use git cz
or just cz
instead of git commit
when committing. You can also use git-cz
, which is an alias for cz
.
npx
使用
npx cz
yarn global add commitizen
git add .
git cz
Simply use git cz
or just cz
instead of git commit
when committing. You can also use git-cz
, which is an alias for cz
.
npx cz