Skip to content

Instantly share code, notes, and snippets.

@hulefei
Created October 20, 2017 08:37
Show Gist options
  • Save hulefei/edc6a1efd872120e499ac624d2af5aa7 to your computer and use it in GitHub Desktop.
Save hulefei/edc6a1efd872120e499ac624d2af5aa7 to your computer and use it in GitHub Desktop.
Commit message 的格式
feat:新功能(feature)
fix:修补bug
docs:文档(documentation)
style: 格式(不影响代码运行的变动)
refactor:重构(即不是新增功能,也不是修改bug的代码变动)
test:增加测试
chore:构建过程或辅助工具的变动
============================================================
总共5种提交类型:【新增】【修改】【删除】【优化】【修复】
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment