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

6 lines
140 B
Plaintext
Raw Normal View History

2020-09-15 22:35:14 +02:00
To remove an entry from the index, use a command like this:
git update-index --force-remove <file>
2020-09-15 22:35:14 +02:00
Remove all entries from the index!