mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-29 20:29:00 +02:00
Rework levels, and add some new ones
This commit is contained in:
parent
931e9b3beb
commit
35b4dc098a
47 changed files with 163 additions and 39 deletions
levels/index-remove
5
levels/index-remove/description
Normal file
5
levels/index-remove/description
Normal file
|
@ -0,0 +1,5 @@
|
|||
To remove an entry from the index, use a command like this:
|
||||
|
||||
$ git update-index --force-remove <file>
|
||||
|
||||
Remove all entries from the index!
|
Loading…
Add table
Add a link
Reference in a new issue