X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Ftutorial-2.txt;h=894ca5e06f26002f7dc5f2a16b713ca13e45886e;hb=2befe6feb99da9fb73b9e8c218b414419ef947ec;hp=82c692254e36e7aff597407633baeb2b5ee91a05;hpb=53bcf78a023cee565a31c2956d13dba652f9ccf3;p=git.git diff --git a/Documentation/tutorial-2.txt b/Documentation/tutorial-2.txt index 82c69225..894ca5e0 100644 --- a/Documentation/tutorial-2.txt +++ b/Documentation/tutorial-2.txt @@ -136,7 +136,7 @@ The "tree" object here refers to the new state of the tree: ------------------------------------------------ $ git ls-tree d0492b36 100644 blob a0423896973644771497bdc03eb99d5281615b51 file.txt -$ git cat-file commit a0423896 +$ git cat-file blob a0423896 hello world! ------------------------------------------------