How to merge nested git repo into parent repo, retaining history?

前端 未结 4 1526
天命终不由人
天命终不由人 2020-12-31 18:42

Now I know most git experts will immediately think of git rebase, but I am using the word \"rebase\" in the more general sense: I have the following structure o

4条回答
  •  攒了一身酷
    2020-12-31 19:13

    Use a subtree merge.

    I would list out the steps, but they are in the answer to this question: How do you merge two git repositories?

提交回复
热议问题