本文介绍了Git删除 - 由TortoiseGit缓存的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我更新了我的 .gitignore 文件,现在我想更新索引。我想执行 git rm --cached 命令。但是我该怎么做TortoiseGit?

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?

推荐答案

右键单击该文件,选择TortoiseGit - >删除(保留本地)。
这是 git rm --cached

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

这篇关于Git删除 - 由TortoiseGit缓存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-20 17:18