在执行git rebase 过程中经常遇到问题,此时有点慌,一般如何解决呢?
1.先将本地的冲突手动解决
2.执行下面命令
git add .
git rebase --contine //继续rebase过程