具体做法:
- git rm -r --cached . #清除缓存
- git add . #重新trace file
- git commit -m "update .gitignore" #提交和注释
- git push origin master #可选,如果需要同步到remote上的话
本文介绍了一种清除Git缓存并重新跟踪文件的方法,通过使用`git rm -r --cached .`来清除缓存,然后用`git add .`重新添加文件,并提交更改。
具体做法:
1126
5406

被折叠的 条评论
为什么被折叠?