从现有存储库创建一个git子模块

时间:2016-07-12 18:25:31

标签: git version-control git-submodules

我有以下文件夹树:

<A git repository>
    <Folder A>
    <Folder B>
    <Another git repository C>
    <Yet another git repository D>

我想要的是存储库C和D是它们所包含的存储库的子模块。目前,C和D尚未添加到顶层存储库中,它们只是驻留在文件夹中。他们使用git clone到达那里。 有没有办法将它们添加为子模块而无需删除当前文件夹并使用git submodule add <url to repository C>再次下载它们?

0 个答案:

没有答案