Using Source Tree, rebase with conflict, rebase doesn't work after conflict resovled

后端 未结 2 951
长情又很酷
长情又很酷 2021-01-30 08:28

I\'m using SourceTree as my git tool on Windows.

I have a main branch and a feature branch and I can\'t get SourceTree to perform a rebase when I have

2条回答
  •  滥情空心
    2021-01-30 09:05

    After you have resolved the conflict and have all of your changes in the staging area, instead of clicking commit, go to Actions-> Continue Rebase:

    In the latest version of source tree, after you have resolved the conflict and have all of your changes in the staging area, you have to commit first and then click on Actions -> Continue Rebase.

提交回复
热议问题