Skip to content
Snippets Groups Projects
Commit a299e3a3 authored by Benjamin Dopplinger's avatar Benjamin Dopplinger Committed by Junio C Hamano
Browse files

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: default avatarBenjamin Dopplinger <b.dopplinger@gmail.com>
Reviewed-by: default avatarMatthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
parent f3913c2d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment