Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 4 个存储库,每个存储库都有系统模块的源代码。
现在,我想将它们全部加入一个保存历史的存储库中。但是,在这四个 repos 中,代码位于根文件夹中,在新的 repo 中,我需要将每个模块放在它自己的子文件夹中。
我希望,在历史上,看起来提交总是在子文件夹中进行。诸如“重新设置文件夹内的所有提交”之类的东西。
有一个类似的东西,它被称为git submodule。
git submodule