Git rebase merge conflict cannot continue

后端 未结 5 1451
小蘑菇
小蘑菇 2021-01-30 02:21

I\'m trying to rebase \'dev\' to catch up to \'master\' branch.

$ git checkout dev 
$ git rebase master 
First, rewinding head to replay your work on top of it.         


        
5条回答
  •  天命终不由人
    2021-01-30 02:40

    $ vi src/com....      { verified, no >>> or <<< left, no merge markers } 
    $ git rebase --continue 
    

    Looks like you forgot to git add your changes...

提交回复
热议问题