oh-my-git/levels/index-remove/description
2020-09-16 16:16:11 +02:00

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!