SYNOPSIS.gitmodules, $GIT_DIR/config
git submodule
git --recurse-submodules
# 同时克隆a项目的子模块
git clone --recursive a.git
D
2019-12-04