oh-my-git/levels/index-remove/description
2020-09-15 22:35:14 +02:00

5 lines
142 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!