Backport changes from renamed file

后端 未结 7 1183
终归单人心
终归单人心 2020-12-25 13:46

I have two branches: trunk, production. I have found a problem in trunk, made fix and committed it, pushed it. Now it was tested and I need do merge changes into the product

7条回答
  •  抹茶落季
    2020-12-25 14:35

    I experience the same problem and have tried to find a solution.

    I solved by using a sequence of rebases. I've done no further tests than these so use at own risk!

    If your're interested have a look at it on github:

    https://github.com/fraschfn/cherry-pick

提交回复
热议问题