qingmei2
3/20/2018 - 5:56 AM

实用小技巧

实用小技巧

1.删除git 忽略而又已经上传到远端的File/Dir

命令:git rm --cached -r 文件/文件夹
比如:git rm --cached -r .idea