GIT提交代码合入分支冲突
## 拉分支
git fetch origin
git rebase origin/ms-content_1-0-22_BRANCH
## 查看diff & 解决冲突
git diff
git add -u
## 重新提交
git rebase --continue
git push origin HEAD:refs/for/ms-content_1-0-22_BRANCH
## 拉分支
git fetch origin
git rebase origin/ms-content_1-0-22_BRANCH
## 查看diff & 解决冲突
git diff
git add -u
## 重新提交
git rebase --continue
git push origin HEAD:refs/for/ms-content_1-0-22_BRANCH
本文标题:GIT命令
本文链接:https://www.haomeiwen.com/subject/unwuzltx.html
网友评论