git取消文件跟踪
第一种:
第二种
? 1、git rm --caches files ?//删除文件跟踪但不删创造文件系统中的文件
? 2、git commot -m //提交操作
?
如果是删除文件夹跟踪的话可以
?git rm -r -caches files