This commit is contained in:
孙小云 2026-01-10 12:59:46 +08:00
parent 0b4c301586
commit 268c6e483d
1 changed files with 2 additions and 1 deletions

3
use.md
View File

@ -9,7 +9,8 @@ cd a-cloud-all
## 日常更新代码(推荐) ## 日常更新代码(推荐)
```bash ```bash
# 更新主仓库和所有子模块到主仓库记录的版本 # 更新主仓库和所有子模块到主仓库记录的版本
git pull && git submodule update --init --recursive #git pull && git submodule update --init --recursive
git submodule foreach 'git checkout main && git pull'
``` ```
## 其他更新方式 ## 其他更新方式