Autogenerated HTML docs for v1.4.0-rc2-g5e3a6
[git.git] / tutorial.html
index bdc6114..6ef57a7 100644 (file)
@@ -426,7 +426,7 @@ same machine, wants to contribute.</p>
 </div></div>\r
 <p>This creates a new directory "myrepo" containing a clone of Alice's\r
 repository.  The clone is on an equal footing with the original\r
-project, posessing its own copy of the original project's history.</p>\r
+project, possessing its own copy of the original project's history.</p>\r
 <p>Bob then makes some changes and commits them:</p>\r
 <div class="listingblock">\r
 <div class="content">\r
@@ -464,7 +464,7 @@ of Bob's line of development without doing any merging).  Then</p>
 </div></div>\r
 <p>shows a list of all the changes that Bob made since he branched from\r
 Alice's master branch.</p>\r
-<p>After examing those changes, and possibly fixing things, Alice can\r
+<p>After examining those changes, and possibly fixing things, Alice can\r
 pull the changes into her master branch:</p>\r
 <div class="listingblock">\r
 <div class="content">\r
@@ -565,7 +565,7 @@ names.  For example:</p>
 $ git branch stable v2.5 # start a new branch named "stable" based\r
                          # at v2.5\r
 $ git reset --hard HEAD^ # reset your current branch and working\r
-                         # directory its state at HEAD^</tt></pre>\r
+                         # directory to its state at HEAD^</tt></pre>\r
 </div></div>\r
 <p>Be careful with that last command: in addition to losing any changes\r
 in the working directory, it will also remove all later commits from\r
@@ -579,7 +579,7 @@ project, so</p>
 <div class="content">\r
 <pre><tt>$ git grep "hello" v2.5</tt></pre>\r
 </div></div>\r
-<p>searches for all occurences of "hello" in v2.5.</p>\r
+<p>searches for all occurrences of "hello" in v2.5.</p>\r
 <p>If you leave out the commit name, git grep will search any of the\r
 files it manages in your current directory.  So</p>\r
 <div class="listingblock">\r
@@ -625,14 +625,21 @@ visualizing their history.  For example,</p>
 <pre><tt>$ gitk --since="2 weeks ago" drivers/</tt></pre>\r
 </div></div>\r
 <p>allows you to browse any commits from the last 2 weeks of commits\r
-that modified files under the "drivers" directory.</p>\r
+that modified files under the "drivers" directory.  (Note: you can\r
+adjust gitk's fonts by holding down the control key while pressing\r
+"-" or "+".)</p>\r
 <p>Finally, most commands that take filenames will optionally allow you\r
 to precede any filename by a commit, to specify a particular version\r
-fo the file:</p>\r
+of the file:</p>\r
 <div class="listingblock">\r
 <div class="content">\r
 <pre><tt>$ git diff v2.5:Makefile HEAD:Makefile.in</tt></pre>\r
 </div></div>\r
+<p>You can also use "git cat-file -p" to see any such file:</p>\r
+<div class="listingblock">\r
+<div class="content">\r
+<pre><tt>$ git cat-file -p v2.5:Makefile</tt></pre>\r
+</div></div>\r
 </div>\r
 <h2>Next Steps</h2>\r
 <div class="sectionbody">\r
@@ -682,7 +689,7 @@ digressions that may be interesting at this point are:</p>
 </li>\r
 <li>\r
 <p>\r
-<a href="everyday.html">Everday GIT with 20 Commands Or So</a>\r
+<a href="everyday.html">Everyday GIT with 20 Commands Or So</a>\r
 </p>\r
 </li>\r
 <li>\r
@@ -694,7 +701,7 @@ digressions that may be interesting at this point are:</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 22-May-2006 01:09:52 UTC\r
+Last updated 07-Jun-2006 19:51:35 UTC\r
 </div>\r
 </div>\r
 </body>\r