mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-06-14 21:38:22 +02:00
Rename chapters into "internals" and "intro"
This commit is contained in:
parent
70fe577788
commit
f3ff5c5147
97 changed files with 0 additions and 0 deletions
levels/internals/tree-create
7
levels/internals/tree-create/description
Normal file
7
levels/internals/tree-create/description
Normal file
|
@ -0,0 +1,7 @@
|
|||
After carefully building the index we want, it would be nice to save a permanent snapshot of it, right?
|
||||
|
||||
This is what the second type of objects is for: trees! You can convert the index into a tree using
|
||||
|
||||
git write-tree
|
||||
|
||||
Try it! :)
|
Loading…
Add table
Add a link
Reference in a new issue