Git常见提示错误的解决方法
(2018-03-09 22:50:23)分类: 工具 |
error: branch xxx is published (but not
merged) and is now x commits behind
> git rebase --continue
needs merge
You must edit all merge conflicts and then
mark them as resolved using git add
> git pull
> git rebase --abort