git commit 记录

164 阅读1分钟

git commit type 解释:

类型说明
feat新增特性
fix修复问题
docs修改文档
style修改代码格式(非CSS样式修改)
refactor重构代码
test新增、修改测试用例
chore修改构建流程,、依赖管理