摘要: git commit 规范 'feat', // 新功能 feature 'fix', // 修复 bug 'docs', // 文档注释 'style', // 代码格式(不影响代码运行的变动) 'refactor', // 重构(既不增加新功能,也不是修复bug) 'perf', // 性能优化 阅读全文
posted @ 2022-08-03 11:32 苏荷酒吧 阅读(10) 评论(0) 推荐(0) 编辑