This commit is contained in:
parent
02859b637e
commit
7cf507aaa1
4
use.md
4
use.md
|
|
@ -1,4 +1,4 @@
|
|||
# RuoYi-Cloud 代码拉取说明
|
||||
## RuoYi-Cloud 代码拉取说明
|
||||
|
||||
## 首次克隆代码
|
||||
```bash
|
||||
|
|
@ -45,4 +45,4 @@ git submodule update --remote ruoyi-gateway
|
|||
- `git pull --recurse-submodules` 只会拉取主仓库,不会自动更新子模块代码
|
||||
- 必须执行 `git submodule update` 才会真正拉取子模块的代码
|
||||
- `--init` 参数会初始化还未初始化的子模块
|
||||
- `--recursive` 参数会递归更新所有嵌套的子模块
|
||||
- `--recursive` 参数会递归更新所有嵌套的子模块
|
||||
|
|
|
|||
Loading…
Reference in New Issue