Combining multiple git repositories

后端 未结 13 1364
眼角桃花
眼角桃花 2020-11-22 15:34

Let\'s say I\'ve got a setup that look something like

phd/code/
phd/figures/
phd/thesis/

For historical reasons, these all have their own g

13条回答
  •  一个人的身影
    2020-11-22 16:26

    I have created a tool that make this task. The method used is similar (internally make some things like --filter-branch) but is more friendly. Is GPL 2.0

    http://github.com/geppo12/GitCombineRepo

提交回复
热议问题