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:

committed by
Junio C Hamano

parent
2fd02c92db
commit
5833d730ef
@ -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
|
||||
|
Reference in New Issue
Block a user