版本管理工具 - git仓库嵌套如何处理?
淡淡烟草味
淡淡烟草味 2017-05-02 09:24:29
0
1
532

背景

我有些小的Demo都已经是git仓库管理了。它们的文件夹名字分别叫DemoA,DemoB,DemoC
现在我手动把这些Demo放在一个大的空仓库中来管理。这个空仓库对应的文件夹的名字叫Demos.现在结构如下

现在这种情况下,哪怕DemoA有了修改,外面的Demos文件夹对应的仓库也无法察觉仓库状态发生了变化。就好像没有跟踪 DemoA ,DemoB,DemoC一样,请问如何解决较好

淡淡烟草味
淡淡烟草味

reply all (1)
滿天的星座

Use git submodule.
Treat DemoA, DemoB, and DemoC as submodules of the project.

PS: I don’t know what your project is, but it may be more convenient to use dependency management tools instead of git, such as PHP’s composer and Java’s maven.

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!