增加使用 submodule 的简易方法.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2021-01-26 18:05:16 +08:00
parent 84a756e2a5
commit 980af60229
1 changed files with 2 additions and 0 deletions

View File

@ -437,6 +437,8 @@ git push
git clone <main-repository url>
cd <main-repository>
git submodule init && git submodule update
# 或
git clone --recursive <main-repository url>
```
### 15.3.更新合并后的版本库