标签:hang window -bash win init pow shel shell code
windows 配置 commitizen :
1. 安装nodjs:
2. 在cmd或者powershell敲入命令行:npm install -g commitizen
3. 进入工程项目仓库,使用 npm init --yes, 然后 commitizen init cz-conventional-changelog --save --save-exact,接着就可以用git cz命令来代替 git commit了。
标签:hang window -bash win init pow shel shell code
原文地址:https://www.cnblogs.com/weishengzhong/p/9591385.html