From 8d6f4f6f876cd54f85837283d5ff0fe736858b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Sat, 10 Jan 2026 12:56:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=B9=E5=99=A8=E5=8C=96?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui | 2 +- use.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ruoyi-ui b/ruoyi-ui index 75b0e61..7bbf253 160000 --- a/ruoyi-ui +++ b/ruoyi-ui @@ -1 +1 @@ -Subproject commit 75b0e616831d97a62e1109701cf0bbff6f7ca2fc +Subproject commit 7bbf2530a7e7f7892cb429654aa57ae87494887d diff --git a/use.md b/use.md index d54fe2c..2c52bf2 100644 --- a/use.md +++ b/use.md @@ -19,6 +19,8 @@ git pull && git submodule update --init --recursive git pull && git submodule update --remote --recursive ``` +### git submodule foreach 'git checkout main && git pull' + ### 方式2:创建别名简化操作 ```bash # 配置别名(只需执行一次)