从远程仓库拉取所有子模块

从各自的远程仓库拉取所有子模块。

  • 使用 git submodule update --recursive --remote 命令从各自的远程仓库拉取所有子模块。
git submodule update --recursive --remote

# 示例
git submodule update --recursive --remote
# 从各自的远程仓库拉取所有子模块