当前位置: 首页 > 工具软件 > ViewGit > 使用案例 >

VSCODE显示git log

严瀚昂
2023-12-01

安装 commitzen组件

npm install commitzen

配置 package.json


“config”: {
“commitizen”: {
“path”: “…/node_modules/cz-conventional-changelog”
}
}

 类似资料: