Git remove --cached by TortoiseGit

荒凉一梦 提交于 2019-11-28 09:22:55

问题


I have updated my .gitignore file and now I want to update the index. I want to execute git rm --cached command. But how can I do it by TortoiseGit?


回答1:


Right click that file, choose TortoiseGit -> Delete (keep local). This does git rm --cached.



来源:https://stackoverflow.com/questions/10426895/git-remove-cached-by-tortoisegit

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!