美文网首页
git commit 的提交格式

git commit 的提交格式

作者: chanyi | 来源:发表于2019-11-05 19:35 被阅读0次

git commit -m "??"

??的位置应该按照提交的具体内容注明

feat:新功能

fix:修复bug

docs:文档类的修改

style:格式(不影响代码运行的变动)

refactor:重构,对原来代码的优化

test:增加测试代码

chore:构建过程或辅助工具的变动

相关文章

网友评论

      本文标题:git commit 的提交格式

      本文链接:https://www.haomeiwen.com/subject/ibmebctx.html