Skip to content

Commit a299e3a

Browse files
benasocjgitster
authored andcommitted
README.md: format CLI commands with code syntax
CLI commands which are mentioned in the readme are now formatted with the Markdown code syntax to make the documentation more readable. Signed-off-by: Benjamin Dopplinger <b.dopplinger@gmail.com> Reviewed-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent f3913c2 commit a299e3a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ including full documentation and Git related tools.
1717

1818
See [Documentation/gittutorial.txt][] to get started, then see
1919
[Documentation/giteveryday.txt][] for a useful minimum set of commands, and
20-
Documentation/git-*commandname*.txt for documentation of each command.
20+
Documentation/git-<commandname>.txt for documentation of each command.
2121
If git has been correctly installed, then the tutorial can also be
22-
read with "man gittutorial" or "git help tutorial", and the
23-
documentation of each command with "man git-*commandname*" or "git help
24-
*commandname*".
22+
read with `man gittutorial` or `git help tutorial`, and the
23+
documentation of each command with `man git-<commandname>` or `git help
24+
<commandname>`.
2525

2626
CVS users may also want to read [Documentation/gitcvs-migration.txt][]
27-
("man gitcvs-migration" or "git help cvs-migration" if git is
27+
(`man gitcvs-migration` or `git help cvs-migration` if git is
2828
installed).
2929

3030
The user discussion and development of Git take place on the Git

0 commit comments

Comments
 (0)