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