This commit is contained in:
孙小云 2026-01-23 09:06:56 +08:00
parent ba6fc1e068
commit 2f19d433a2
1 changed files with 1 additions and 1 deletions

2
use.md
View File

@ -11,7 +11,7 @@ cd a-cloud-all
# 更新主仓库和所有子模块到主仓库记录的版本
#git pull && git submodule update --init --recursive
git submodule foreach 'git checkout main && git pull'
git submodule foreach 'git checkout dev && git pull'
```
## 其他更新方式