Git常用命令 发表于 2015-05-13 | 分类于 开发那些事 , Git | 取消已经跟踪的文件(目录)1234// 文件git rm --cached filename// 目录git rm -r --cached dir