X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Ftutorial-2.txt;h=9c9500c1f1f618eeac284f679a5bc1efd8a1b7b7;hb=7484529d7f17d5bff1faefb007d604aba12a0e1b;hp=a3d45ee569ef19a131bf8c8ca351b5b5203390c4;hpb=e31952da5c52a4c1e028de634204c6bc2504771f;p=git.git diff --git a/Documentation/tutorial-2.txt b/Documentation/tutorial-2.txt index a3d45ee5..9c9500c1 100644 --- a/Documentation/tutorial-2.txt +++ b/Documentation/tutorial-2.txt @@ -214,7 +214,7 @@ $ git diff +++ b/file.txt @@ -1 +1,2 @@ hello world! - +hello world, again ++hello world, again $ git update-index file.txt $ git diff ------------------------------------------------ @@ -230,7 +230,7 @@ index a042389..513feba 100644 +++ b/file.txt @@ -1 +1,2 @@ hello world! - +hello world, again ++hello world, again ------------------------------------------------ So "git diff" is comparing against something other than the head. @@ -375,9 +375,9 @@ What next? 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 link:everday.html[Everyday git]. You +with the commands mentioned in link:everyday.html[Everyday git]. You should be able to find any unknown jargon in the -link:glossary.html[Glosssay]. +link:glossary.html[Glossary]. The link:cvs-migration.html[CVS migration] document explains how to import a CVS repository into git, and shows how to use git in a