修改容器化的配置

This commit is contained in:
孙小云 2026-01-10 12:56:05 +08:00
parent 49529cb55b
commit 8d6f4f6f87
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 75b0e616831d97a62e1109701cf0bbff6f7ca2fc Subproject commit 7bbf2530a7e7f7892cb429654aa57ae87494887d

2
use.md
View File

@ -19,6 +19,8 @@ git pull && git submodule update --init --recursive
git pull && git submodule update --remote --recursive git pull && git submodule update --remote --recursive
``` ```
### git submodule foreach 'git checkout main && git pull'
### 方式2创建别名简化操作 ### 方式2创建别名简化操作
```bash ```bash
# 配置别名(只需执行一次) # 配置别名(只需执行一次)