- master
- develop
- feature_branch
- hot_fix
Fast-forward
git push origin develop --tags 将tags 同时推送到服务器
窝们近期会将一些项目的master分支保护起来,在推送时候需要向master做一个pull request,然后窝们帮你闷合并进去,在这个过程中做一下 code review
- 多用 issue 系统
- 使用有意义的提交日志,避免“修正了bug”这种
git rm --cached . -r git add --all
