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-read
|
@ -1,5 +1,5 @@
|
|||
As soon as you have some tree objects, you can always read them and set the index exactly to their content! Unsurprisingly, the command is called
|
||||
|
||||
$ git read-tree <tree>
|
||||
git read-tree <tree>
|
||||
|
||||
Try switching between the trees in this repository!
|
||||
Try reading some of the trees in this repository into the index!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue