mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
6 lines
227 B
Text
6 lines
227 B
Text
|
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>
|
||
|
|
||
|
Try switching between the trees in this repository!
|