diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-07-25 13:59:24 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-07-25 13:59:24 -0700 |
| commit | 75ce48674889df6a2bb493fb5d6bef0ef60ca7ae (patch) | |
| tree | 633d941a97c372b086d0956c9b10d62554a74a29 | |
| parent | 5e9d9787d278331385dbfcf962b32dc4e8d3eb5e (diff) | |
| parent | 7926cee90466f3fcc3120b2d532c831474d5c2e7 (diff) | |
| download | git-75ce48674889df6a2bb493fb5d6bef0ef60ca7ae.tar.xz | |
Merge branch 'di/readme-markup-fix'
Docfix.
* di/readme-markup-fix:
README: fix rendering of text in angle brackets
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ 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 |
