各种笔记
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

426 B

Git/SVN提交代码规范

feat  ft - 新功能 feature
fix   fx  - 修复 bug
docs  dc - 文档注释
style st - 代码格式(不影响代码运行的变动)
refactor  rf - 重构、优化(既不增加新功能,也不是修复bug)
perf      pf - 性能优化
test      tt - 增加测试
chore     cr - 构建过程或辅助工具的变动
revert    rt - 回退
build     bd - 打包