This commit is contained in:
孙小云 2026-01-10 13:00:28 +08:00
parent 268c6e483d
commit d9c0402e99
1 changed files with 1 additions and 0 deletions

1
use.md
View File

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