增加使用 submodule 的简易方法.
Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
parent
84a756e2a5
commit
980af60229
|
@ -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.更新合并后的版本库
|
||||
|
|
Loading…
Reference in New Issue