X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=tutorial-2.html;h=d4d34eaa8a08d76e0a95245c90e5004f8f326112;hb=341071d878757c06a3931db660fe318effc8317e;hp=3dd68051fa727bac025887b48a32a485cdc8535f;hpb=6f8a790ac13610bca8a8932a414d3849303d1ff5;p=git.git diff --git a/tutorial-2.html b/tutorial-2.html index 3dd68051..d4d34eaa 100644 --- a/tutorial-2.html +++ b/tutorial-2.html @@ -306,7 +306,7 @@ tree

A tree can refer to one or more "blob" objects, each corresponding to a file. In addition, a tree can also refer to other tree objects, -thus creating a directory heirarchy. You can examine the contents of +thus creating a directory hierarchy. You can examine the contents of any tree using ls-tree (remember that a long enough initial portion of the SHA1 will also work):

@@ -620,9 +620,9 @@ pages for details.

At this point you should know everything necessary to read the man pages for any of the git commands; one good place to start would be -with the commands mentioned in Everyday git. You +with the commands mentioned in Everyday git. You should be able to find any unknown jargon in the -Glosssay.

+Glossary.

The CVS migration document explains how to import a CVS repository into git, and shows how to use git in a CVS-like way.

@@ -634,7 +634,7 @@ example, creating a new commit.