Git rebase a branch onto master failed, how to resolve?

前端 未结 2 1722
半阙折子戏
半阙折子戏 2020-12-30 03:25

I\'ve been working on a local copy of a remote git repo. I created a branch on my local copy, let\'s call it \'my_branch\'. I\'ve committed a few times on my_branch.

2条回答
  •  借酒劲吻你
    2020-12-30 03:59

    Go to your project directory. Find rebase-apply folder under .git and delete the folder.

    Note : By default .git folder will be hidden.

提交回复
热议问题