Remove an individual file
git rm --cached path/to/file
Remove for a whole directory
git rm -r --cached path/to/directory/
| Version | 0.1.3 |
| Updated | 2025.12.01 |
Remove an individual file
git rm --cached path/to/file
Remove for a whole directory
git rm -r --cached path/to/directory/