X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Fhgbook-git%2Ftour.mdwn;h=a8a891ad8e2021284e21115b7fbe83573246c96a;hb=b671deaee4003cb0aa20c9d8027acbcb04beceaf;hp=5c3a3234b973152b3d2a3807b14e4bf45ddb2188;hpb=5c014fe14d7a114dc525711d3236feb10f27177f;p=cworth.org diff --git a/src/hgbook-git/tour.mdwn b/src/hgbook-git/tour.mdwn index 5c3a323..a8a891a 100644 --- a/src/hgbook-git/tour.mdwn +++ b/src/hgbook-git/tour.mdwn @@ -120,9 +120,9 @@ times when you find yourself stuck trying to remember how to run a command. If you are completely stuck, simply run “git help”; it will print a brief list of commonly-used commands, along with a description of what each does. If you ask for help on a specific command (such as -"git help init"), it prints more detailed information. [XXX: Does `git -help ` work universally as a built-in or does it expect man to be -present and just call out to `man git-`?] +"git help init"), it prints more detailed information. This command +expects the "man" program to be available and for the git man pages to +be installed. [XXX: The original hgbook includes the complete output of "hg help init" at this point. I'm not including the corresponding @@ -132,7 +132,7 @@ present and just call out to `man git-`?] but it only comes after a full screen's worth of options details. Might it make sense to have a more summarized help output for "git help " than all of the documentation - available for git-? And perhaps alos provide a "git -v + available for git-? And perhaps also provide a "git -v help" similar to "hg -v help" for more?] ### 2.3 Working with a repository @@ -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