# 递归clone整个项目
git clone git@github.com:SheepHuan/Go-DL-Benchmark.git --recursive
# 将远程项目https://github.com/SheepHuan/ModelProfileTool.git 克隆到本地tools文件夹。
git submodule add https://github.com/SheepHuan/ModelProfileTool.git tools/ModelProfileTool
git submodule add git@github.com:SheepHuan/ModelProfileTool.git tools/ModelProfileTool
# 更新子模块
git submodule update --remote