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?
Asked
Active
Viewed 5,345 times
2

MrTux
- 32,350
- 30
- 109
- 146

SiberianGuy
- 24,674
- 56
- 152
- 266
1 Answers
8
Right click that file, choose TortoiseGit -> Delete (keep local).
This does git rm --cached
.

linquize
- 19,828
- 10
- 59
- 83