This commit is contained in:
孙小云 2026-01-09 19:15:45 +08:00
parent 02859b637e
commit 7cf507aaa1
1 changed files with 2 additions and 2 deletions

4
use.md
View File

@ -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` 参数会递归更新所有嵌套的子模块