Featured image of post Git 拉取子模块

Git 拉取子模块

git submodule update --init --recursive

  1. 首次拉取的时候可以加上 --recursive 参数
1
git clone --recursive 仓库地址
  1. 如果已经将仓库克隆到本地了,想拉子模块
1
git submodule update --init --recursive
  1. 更新子模块
1
git submodule update --recursive

封面图来源: git submodule로 중요한 정보 관리하기

Licensed under CC BY-NC-SA 4.0
使用 Hugo 构建
主题 StackJimmy 设计