gpt4 book ai didi

git - 如何单独加载项目中包含的子模块?

转载 作者:行者123 更新时间:2023-12-05 05:26:20 26 4
gpt4 key购买 nike

假设我在 git 存储库中有一个项目,它有两个子模块 A 和 B。我克隆我的项目,然后加载我必须做的模块

 git submodule init
git submodule update

这将下载所有我的模块。有一种方法可以只选择模块 A 或只选择模块 B,无需更改主项目的子模块设置吗?

最佳答案

两者都是 git submodule 命令( initupdate )可以采用 <path>...作为参数。

所以你可以试试:

git submodule init -- A
git submodule update -- A

git submodule init -- B
git submodule update -- B

关于git - 如何单独加载项目中包含的子模块?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26863554/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com