标签: git git-submodules
我知道如何使用子模块进行克隆:
git clone GITREPO --recursive
然后我需要做的是在特定提交处检出repo并将子模块更新为该提交(子模块提交在主repo checkout提交时比在HEAD时不同)。我在批处理脚本中的构建服务器上执行此操作。