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

6 lines
140 B
Plaintext

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