【发布时间】:2012-04-27 10:44:58
【问题描述】:
我的项目结构
ProjectA
-FrameworkA (submodule)
--Twig (submodule of FrameworkA)
如何递归更新子模块?我已经尝试了一些 git 命令(在 ProjectA 根目录上)
git submodule foreach git pull origin master
或
git submodule foreach --recursive git pull origin master
但无法拉取 Twig 的文件。
【问题讨论】:
-
git-deep 怎么样?
标签: git git-submodules