正确提交代码最保险的流程:先 commit 但不要 push,update project 后再 push,遇到代码冲突不要选 forcepush,不要点击 accept yours 或者 accept theirs,要点击 merge 按钮来合并代码后再 push.
Intellij Idea: update project 等价于执行三个命令:git stash && git pull --rebase && git stash pop.
相关资料:
团队开发里频繁使用 git rebase 来保持树的整洁好吗 ? -SegmentFault
https://segmentfault.com/q/1010000000430041
Git 使用规范流程 - 阮一峰的网络日志 http: //www.ruanyifeng.com/blog/2015/08/git-use-process.html
Git 工作流程 - 阮一峰的网络日志 http: //www.ruanyifeng.com/blog/2015/12/git-workflow.html
GitLab Flow - GitLab Flow 的使用 - 十五言 http: //www.15yan.com/topic/yi-dong-kai-fa-na-dian-shi/6yueHxcgD9Z/
英文原文:https://about.gitlab.com/2014/09/29/gitlab-flow/
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于