manpages: italicize git subcommand names (which were in teletype font)

Italicize those git subcommand names already in teletype we missed.

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 00:59:09 -05:00
committed by Junio C Hamano
parent 2fd02c92db
commit 5833d730ef
4 changed files with 10 additions and 10 deletions

View File

@ -46,7 +46,7 @@ them first before running git pull.
[NOTE]
================================
The `pull` command knows where to get updates from because of certain
The 'pull' command knows where to get updates from because of certain
configuration variables that were set by the first 'git-clone'
command; see `git config -l` and the linkgit:git-config[1] man
page for details.
@ -67,7 +67,7 @@ push again.
In the 'git-push' command above we specify the name of the remote branch
to update (`master`). If we leave that out, 'git-push' tries to update
any branches in the remote repository that have the same name as a branch
in the local repository. So the last `push` can be done with either of:
in the local repository. So the last 'push' can be done with either of:
------------
$ git push origin