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
深耕网站建设、视觉设计与SEO优化的一线实战洞察。
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