当前位置:   article > 正文

git commit 规范_git commit -m 规范

git commit -m 规范

1 git commit -m "feat: xxx"        表示添加新功能

2 git commit -m "fix: xxx"          表示修复问题

3 git commit -m "docs: xxx"      表示修改文档

4 git commit -m "style: xxx"      表示修改代码格式,不影响代码逻辑

5 git commit -m "refactor: xxx" 表示重构代码,理论上不影响现有功能

6 git commit -m "perf: xxx"       表示提升性能

7 git commit -m "test: xxx"        表示增加修改测试用例

8 git commit -m "chore: xxx"     表示修改工具相关(包括但不限于文档、代码生成等)

9 git commit -m "deps: xxx"      表示升级依赖

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/weixin_40725706/article/detail/774383
推荐阅读
相关标签
  

闽ICP备14008679号