commit-check
创建优雅的git commit,在大型协作项目中非常重要。
commit-check 重点推荐以下两点实践:
- 不要 有重复的
commit message - 常用
git rebase命令,消除多余的Merge记录,也会让git history timeline更加的优雅,少分叉
信息
这里有一篇从实际使用角度出发的 git flow 文档,里面也包含视频讲解,值得参阅。
https://github.com/qiniu/reviewbot/blob/master/docs/engineering-practice/git-flow-instructions_zh.md