mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
5 lines
142 B
Text
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!
|