From 9190c1bd108b760b7929eff6924b9c4129b492bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B7=AF=20=E8=8C=83?= Date: Fri, 18 Mar 2022 22:24:04 +0800 Subject: [PATCH] =?UTF-8?q?=C2=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ec7f2c8..68482b7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -修改.gitignore后不生效 -git rm -r --cached . -git add . -git commit -m "update gitignore" +修改.gitignore后不生效 +git rm -r --cached . +git add . +git commit -m "update gitignore" -在你的电脑进行以上操作后,那些文件正式脱离了版本管理的管制。git rm --cached 会保留你本机的文件,但是会从版本库里面删除。 \ No newline at end of file +在你的电脑进行以上操作后,那些文件正式脱离了版本管理的管制。git rm --cached 会保留你本机的文件,但是会从版本库里面删除。 \ No newline at end of file