]> git.cworth.org Git - cworth.org/blobdiff - src/hgbook-git/tour.mdwn
Synchronize with revision 9c89094a960cac02b37d530d2b3e9af5f58a9bce of hgbook-git
[cworth.org] / src / hgbook-git / tour.mdwn
index 2b908b3ee53be27947d21cbbf1182665c469dc79..1754236669b434fb5a3bd9ad9728a72d1295f2ff 100644 (file)
@@ -1,5 +1,4 @@
-## Chapter 2
-A tour of git: the basics
+[[meta title="A tour of git: the basics"]]
 
 ### 2.0 Copyright
 
@@ -32,12 +31,12 @@ Changes made by Carl include the following:
 The source of this modified version can be obtained via git:
 
        git clone git://cworth.org/git/hgbook-git
+
 or
-       git clone http://cworth.org/git/hgbook-git
 
-and can be browsed online:
+       git clone http://cworth.org/git/hgbook-git
 
-    http://git.cworth.org/git/hgbook-git
+and can be [browsed online](http://git.cworth.org/git/hgbook-git)
 
 ### 2.1  Installing git on your system
 
@@ -78,7 +77,7 @@ with git, meaning GNU Interactive Tools).
 
   * Ubuntu
 
-       apt-get install git
+       apt-get install git-core
 
 #### 2.1.2  Mac OS X