git commit建议规范

git commit message遵循规范

  • 原子提交,功能、修复、文档、重构等等使用单个独立commit
  • message符合规范
前缀 说明
feat. 新功能
fix. 问题修复
docs. 文档
style. 格式,风格
refactor. 重构
test. 增加代码
chore 构建过程或辅助工具的变动

你可能感兴趣的:(git,commit,规范化)