git 合并代码后提交代码导致变基问题

进行下一个冲突

git rebase --continue

跳过当前的冲突

git rebase --skip

退出变基

git rebase --abort

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