How to rebase one repo to another

后端 未结 4 1344
眼角桃花
眼角桃花 2021-02-05 20:58

Let\'s say I have two different repositories like so:

Project 1:
Init---A---B---C---HEAD1

Project 2:
Init---D---E---F---G---HEAD2

Is there a w

4条回答
  •  一向
    一向 (楼主)
    2021-02-05 21:34

    I think you could use git-filter-branch with the --parent-filter option.

提交回复
热议问题