摘要: 1.取消跟踪某些文件或文件夹: 删除文件:$git rm --cached FILENAME 删除文件夹:$git rm -r --cached Path 2.忽略某些文件或文件夹$vi .gitignore 文件中每一行是一个忽略项. aa.log,忽略aa.log; *.log,忽略... 阅读全文
posted @ 2014-11-05 10:53 _还是不懂 阅读(204) 评论(0) 推荐(0)