oh-my-git/levels/tree-create/description
2020-09-15 22:35:14 +02:00

7 lines
238 B
Text

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! :)