【发布时间】:2019-01-04 05:28:04
【问题描述】:
我在以下结构中有 2 个 git 存储库。
Repository1 -> src
|
-> res
Repository2 -> src
|
-> res
我想将 Repository2 中的子文件夹链接到 Repository1,以便最终的文件夹结构类似于:
Repository1 -> src -> Repository2src
|
-> res -> Repository2res
有什么办法可以做到吗?
【问题讨论】:
标签: git git-submodules git-subtree