标签: git
我有一个外部进程在我的存储库中运行递归git submodule update命令。
git submodule update
我的一些销售依赖项设置不正确,导致此失败。
有什么方法可以在依赖项的根目录中添加文件,以便此进程不会搜索部分或全部嵌套目录?
答案 0 :(得分:-1)
尝试将git submodule与foreach结合使用。例如:
git submodule
foreach
git submodule foreach <script_to_get_not_vendor_folders> git submodule update