Git 发表于 2017-03-10 | 分类于 其他 | | 阅读次数 Git 常用命令 移除单个文件的版本管理: git rm –cached fileName。或者,添加.gitignore文件,再执行清除缓存命令:git rm -r –cached