diff --git a/README.md b/README.md index f119c42..4656841 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,7 @@ git submodule update --init --recursive git submodule update --remote ``` -### 代码提交 +#### 设置拉取主仓库同时拉取子仓库 +``` +git config --global submodule.recurse true +```