mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-23 21:01:22 +02:00
Polish levels some more, add a "congrats" text
This commit is contained in:
parent
6292d849b9
commit
5066840ae9
30 changed files with 87 additions and 30 deletions
levels/index-update
|
@ -2,7 +2,7 @@ Instead of removing an entry from the index and adding one with the same name, y
|
|||
|
||||
Put the content you want in a file with a matching name, and then run
|
||||
|
||||
$ git update-index <file>
|
||||
git update-index <file>
|
||||
|
||||
This will create a new blob, and update the hash of the entry to that blob.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue