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>

Benjamin Dopplinger committed May 30, 2016 at 03:08 UTC a299e3a39619dc5e05790d0cc06d8336e7c3d756
1 file changed +5 -5
README.md
+5 -5
@@ -17,14 +17,14 @@ including full documentation and Git related tools.
17
18 See [Documentation/gittutorial.txt][] to get started, then see
19 [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.
21 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>`.
25
26 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
28 installed).
29
30 The user discussion and development of Git take place on the Git