git rebase # |REBASE 1/1 #rebase in progress; onto

git 代码解决冲突之后会提示rebase in progress; onto
git rebase # |REBASE 1/1 #rebase in progress; onto_第1张图片
1 执行git rebase --abort 回到没有pull代码之前
2 git pull
3 解决冲突
4 git add . (不需要git commit)
5 git rebase --continue
6 git push

你可能感兴趣的:(git,git)