oh-my-git/levels/bottom-up/index-remove/description

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!