]> git.notmuchmail.org Git - cworth.org/blobdiff - src/hgbook-git/tour.mdwn
Fix typo so that there aren't two 2.3.2 sections
[cworth.org] / src / hgbook-git / tour.mdwn
index 87f9733dc81a0922c13f0267739565473aaddb65..ab74730911e0a8f5219a2c2da2babad78df538fd 100644 (file)
@@ -1,4 +1,4 @@
-[[meta title="A tour of git: the basics"]]
+[[!meta title="A tour of git: the basics"]]
 A tour of git: the basics
 
 ### 2.0 Copyright
@@ -234,7 +234,7 @@ discussing how to move commits between repositories:
           $ git clone hello hello-fetch
           $ git clone hello hello-remote
 
-#### 2.3.2 What’s in a repository?
+#### 2.3.3 What’s in a repository?
 
 When we take a more detailed look inside a repository, we can see that
 it contains a directory named .git. This is where git keeps all
@@ -1067,7 +1067,7 @@ Another helpful way of visualizing what happened with "git fetch" here
 is to run "gitk --all", which gives a graphical representation of all
 branches. Here is what it would look like:
 
-[[img gitk-fetch.png]]
+[[!img gitk-fetch.png]]
 
 Notice that origin/master points to a single commit that was committed
 on top of the state pointed to by the "master" branch.