From e796f587b8df0192fa5f2700252e47189a15b6a5 Mon Sep 17 00:00:00 2001 From: "lion.chan" Date: Sun, 9 Aug 2020 21:20:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=88=A0=E9=99=A4=20Submodul?= =?UTF-8?q?e=20=E6=96=B9=E6=B3=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lion.chan --- Software/Applications/Git/Git_使用说明.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Software/Applications/Git/Git_使用说明.md b/Software/Applications/Git/Git_使用说明.md index 7065d6e..441a495 100644 --- a/Software/Applications/Git/Git_使用说明.md +++ b/Software/Applications/Git/Git_使用说明.md @@ -422,8 +422,9 @@ git submodule foreach git submodule update ### 18.6 删除 Submodule ```bash +# deinit git submodule deinit -# Or before Git 1.7.8 +# remove git rm ```