Git rebase branch with merged children

后端 未结 2 1096
太阳男子
太阳男子 2021-02-07 15:54

Today I faced with one problem. My teammate created branch from master. He developed one feature in this branch and after that developed two subfeatures in subfeature\'s branche

2条回答
  •  逝去的感伤
    2021-02-07 16:51

    Did you cherrypick every commit one by one by hand?

    Just run git rebase -i master feature and rewrite the history as you please.

提交回复
热议问题