oh-my-git/levels/internals/index-remove/description
2020-10-01 15:03:02 +02:00

5 lines
140 B
Text

To remove an entry from the index, use a command like this:
git update-index --force-remove <file>
Remove all entries from the index!