git-reset.txt: render literal examples as monospace
authorMartin Ågren <martin.agren@gmail.com>
Wed, 28 Nov 2018 19:02:10 +0000 (20:02 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Nov 2018 06:44:18 +0000 (15:44 +0900)
commit3006f5ee16edffe629b89b5abc062d40d13555c8
tree2949eb3c77d6ddeadae9c077de50f1c852b4880b
parent4724f3177ab586e47ddc83926d59dbbdc4ab2f41
git-reset.txt: render literal examples as monospace

Large parts of this document do not use `backticks` around literal
examples such as branch names (`topic/wip`), git usages, `HEAD` and
`<commit-ish>` so they render as ordinary text. Fix that.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-reset.txt