·
This commit is contained in:
10
README.md
10
README.md
@@ -1,6 +1,6 @@
|
|||||||
修改.gitignore后不生效
|
修改.gitignore后不生效
|
||||||
git rm -r --cached .
|
git rm -r --cached .
|
||||||
git add .
|
git add .
|
||||||
git commit -m "update gitignore"
|
git commit -m "update gitignore"
|
||||||
|
|
||||||
在你的电脑进行以上操作后,那些文件正式脱离了版本管理的管制。git rm --cached 会保留你本机的文件,但是会从版本库里面删除。
|
在你的电脑进行以上操作后,那些文件正式脱离了版本管理的管制。git rm --cached 会保留你本机的文件,但是会从版本库里面删除。
|
||||||
Reference in New Issue
Block a user