diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-06-03 14:38:02 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-03 14:38:02 -0700 |
commit | fb14575e10c0628af6219426736dec71b95bc1b0 (patch) | |
tree | 276eb631a8b2e9835e60cbd61d08891928820627 | |
parent | Merge branch 'mm/makefile-developer-can-be-in-config-mak' (diff) | |
parent | README.md: format CLI commands with code syntax (diff) | |
download | tgif-fb14575e10c0628af6219426736dec71b95bc1b0.tar.xz |
Merge branch 'bd/readme.markdown-more'
The mark-up in the top-level README.md file has been updated to
typeset CLI command names differently from the body text.
* bd/readme.markdown-more:
README.md: format CLI commands with code syntax
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -17,14 +17,14 @@ including full documentation and Git related tools. See [Documentation/gittutorial.txt][] to get started, then see [Documentation/giteveryday.txt][] for a useful minimum set of commands, and -Documentation/git-*commandname*.txt for documentation of each command. +Documentation/git-<commandname>.txt for documentation of each command. If git has been correctly installed, then the tutorial can also be -read with "man gittutorial" or "git help tutorial", and the -documentation of each command with "man git-*commandname*" or "git help -*commandname*". +read with `man gittutorial` or `git help tutorial`, and the +documentation of each command with `man git-<commandname>` or `git help +<commandname>`. CVS users may also want to read [Documentation/gitcvs-migration.txt][] -("man gitcvs-migration" or "git help cvs-migration" if git is +(`man gitcvs-migration` or `git help cvs-migration` if git is installed). The user discussion and development of Git take place on the Git |