使用 angular 的 git commit guidelines 规范化 commit message
本地预安装
全局安装
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