一、执行步骤
1. 添加子模块配置
子模块的URL加入到.git/config
git submodule init
2. 查看模块状态
git submodule status
3. 拉取子模块
克隆子模块的仓库和签出父项目中指定的那个版本
git submodule update
4. 切换子模块版本
git submodule foreach git checkout develop
子模块的URL加入到.git/config
git submodule init
git submodule status
克隆子模块的仓库和签出父项目中指定的那个版本
git submodule update
git submodule foreach git checkout develop
本文标题:git拉取submodule
发布时间:2015-12-29, 13:58:00
最后更新:2021-07-01, 12:25:31
原始链接:http://yeshaoting.cn/article/git/git%E6%8B%89%E5%8F%96submodule/
许可协议: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。