manpages: use teletype font for sample command lines

I think that some of these uses of italics were meant to be
rendered in quotation marks, anyway.

Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jonathan Nieder
2008-07-03 01:06:23 -05:00
committed by Junio C Hamano
parent 5833d730ef
commit db5d6666af
5 changed files with 7 additions and 7 deletions

View File

@ -1655,7 +1655,7 @@ branch before these two merges by resetting it to 'master~2':
$ git reset --hard master~2
------------
You can make sure 'git show-branch' matches the state before
You can make sure `git show-branch` matches the state before
those two 'git-merge' you just did. Then, instead of running
two 'git-merge' commands in a row, you would merge these two
branch heads (this is known as 'making an Octopus'):