This commit is contained in:
路 范
2022-03-18 22:22:36 +08:00
parent 3d2140df7c
commit d6143a451d

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
修改.gitignore后不生效
git rm -r --cached .
git add .
git commit -m "update gitignore"
在你的电脑进行以上操作后那些文件正式脱离了版本管理的管制。git rm --cached 会保留你本机的文件,但是会从版本库里面删除。