Skip to content

Commit

Permalink
Documentation: user-manual: add information about "git help" at the b…
Browse files Browse the repository at this point in the history
…eginning

Talking about "git help" is useful because it has a few more
features (like when using it without arguments or with "-a") and
it may work on non unix like platforms.

Signed-off-by: Christian Couder <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
chriscool authored and gitster committed Nov 17, 2008
1 parent 83b7673 commit b3d9888
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,22 @@ People needing to do actual development will also want to read
Further chapters cover more specialized topics.

Comprehensive reference documentation is available through the man
pages. For a command such as "git clone <repo>", just use
pages, or linkgit:git-help[1] command. For example, for the command
"git clone <repo>", you can either use:

------------------------------------------------
$ man git-clone
------------------------------------------------

or:

------------------------------------------------
$ git help clone
------------------------------------------------

With the latter, you can use the manual viewer of your choice; see
linkgit:git-help[1] for more information.

See also <<git-quick-start>> for a brief overview of git commands,
without any explanation.

Expand Down

0 comments on commit b3d9888

Please sign in to comment.