git rebase -i 进阶

今天学习了 git rebase -i

这篇文章写的不错,推荐一下

git rebase 详解

但我用的过程中也遇到了一些问题:在record或者edit操作的时候报错了

git rebase -i 进阶_第1张图片

 CONFLICT (content): Merge conflict in app/index/controller/Index.php

与后续commit 有冲突,其实看到这个提示不用害怕 ,如果确定所修改的commit后面的提交没有问题。直接

git rebase --skip

跳过就好了。

git rebase -i 进阶_第2张图片

完工!

 

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