Skip to content

Commit

Permalink
Fix typo in tutorial-2.txt
Browse files Browse the repository at this point in the history
This should be obvious enough.

I didn't actually _test_ the tutorial, but if the old command worked,
something is really wrong!

Signed-off-by: Linus "Duh!" Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Linus Torvalds authored and Junio C Hamano committed Jun 5, 2006
1 parent 53bcf78 commit 2befe6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/tutorial-2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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!
------------------------------------------------

Expand Down

0 comments on commit 2befe6f

Please sign in to comment.