git子仓库代码拉取步骤

找到 .gitmodules 文件所在的目录,在该目录下运行命令
git submodule init
git submodule update

你可能感兴趣的:(笔记,前端)