X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=blobdiff_plain;f=src%2Fhgbook-git%2Ftour.mdwn;h=5c3a3234b973152b3d2a3807b14e4bf45ddb2188;hp=87f9733dc81a0922c13f0267739565473aaddb65;hb=5c014fe14d7a114dc525711d3236feb10f27177f;hpb=b96048fb57858c3c9323e20e86ce6a36a69fef73 diff --git a/src/hgbook-git/tour.mdwn b/src/hgbook-git/tour.mdwn index 87f9733..5c3a323 100644 --- a/src/hgbook-git/tour.mdwn +++ b/src/hgbook-git/tour.mdwn @@ -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 @@ -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.