Files
number_zj/README.md
路 范 9190c1bd10 ·
2022-03-18 22:24:04 +08:00

6 lines
276 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
修改.gitignore后不生效
git rm -r --cached .
git add .
git commit -m "update gitignore"
在你的电脑进行以上操作后那些文件正式脱离了版本管理的管制。git rm --cached 会保留你本机的文件,但是会从版本库里面删除。