Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经更新了我的.gitignore文件,现在我想更新索引。我想执行git rm --cached命令。但是我怎么能通过 TortoiseGit 做到这一点?
.gitignore
git rm --cached
右键单击该文件,选择 TortoiseGit -> 删除(保持本地)。这确实git rm --cached。