多人合作同一分支--git rebase anObject 2022-10-10 273 阅读1分钟 具体实践: git fetch git rebase 解决冲突 git add 冲突文件 git rebase –continue 输入commit记录,按esc键, 输入:wq退出 git push