mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-27 20:29: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/tree-create
3
levels/tree-create/congrats
Normal file
3
levels/tree-create/congrats
Normal file
|
@ -0,0 +1,3 @@
|
|||
Nice!
|
||||
|
||||
Can you make a different tree? Modify the index, then call `git write-tree` again!
|
|
@ -2,6 +2,6 @@ After carefully building the index we want, it would be nice to save a permanent
|
|||
|
||||
This is what the second type of objects is for: trees! You can convert the index into a tree using
|
||||
|
||||
$ git write-tree
|
||||
git write-tree
|
||||
|
||||
Try it! :)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue