I know I can do this from the command line via SO answer but I want this first world problem solved of being able to do it via the GUI
Asked
Active
Viewed 3,698 times
1 Answers
3
I haven't found an exact equivalent to git rm --cached
, but I found how to ignore a tracked file/directory and remove it from cache at the same time (which is often what I need):
- Right-click on file/directory >
Ignore
> Choose a pattern
- Select
Ignore and Stop Tracking

hsandt
- 709
- 7
- 12