From 086681019b491536840f4e75e9bc3c668e767aa5 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Fri, 12 Apr 2024 11:52:58 +0800 Subject: [PATCH] update gameparam.json --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f119c42..4656841 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,7 @@ git submodule update --init --recursive git submodule update --remote ``` -### 代码提交 +#### 设置拉取主仓库同时拉取子仓库 +``` +git config --global submodule.recurse true +```