打赏
摘要: 1.使用git commit 模板 操作步骤: 1.)设置模板路径,其中path就是commit模板路径 git config --global commit.template path 2.)设置模板使用什么软件打开 git config --global core.editor [编辑器名字] 阅读全文
posted @ 2020-11-24 10:23 苍山落暮 阅读(11171) 评论(0) 推荐(2) 编辑
摘要: Commitizen工具安装使用 npm install -g commitizen commitizen init cz-conventional-changelog --save --save-exact //在项目目录下执行 //提交代码 git add . git cz //所有的git c 阅读全文
posted @ 2020-11-24 10:19 苍山落暮 阅读(1266) 评论(0) 推荐(0) 编辑