IDEA下边git合并提交出现问题,然后分支下边的rebasing怎么去掉?

如果文件冲突已经解决,将文件add进暂存区,之后
git rebase –continue
如果想放弃当前操作
git rebase –abort

rebase使用网上很多,自行百度。

你可能感兴趣的:(git)