advice: use double quotes for regular quoting
Use double quotes like we use for “die” in this document. Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
3ccc4782ce
commit
15cb03728f
@ -75,7 +75,7 @@ advice.*::
|
|||||||
non-fast-forward update to the current branch.
|
non-fast-forward update to the current branch.
|
||||||
pushNonFFMatching::
|
pushNonFFMatching::
|
||||||
Shown when the user ran linkgit:git-push[1] and pushed
|
Shown when the user ran linkgit:git-push[1] and pushed
|
||||||
'matching refs' explicitly (i.e. used `:`, or
|
"matching refs" explicitly (i.e. used `:`, or
|
||||||
specified a refspec that isn't the current branch) and
|
specified a refspec that isn't the current branch) and
|
||||||
it resulted in a non-fast-forward error.
|
it resulted in a non-fast-forward error.
|
||||||
pushRefNeedsUpdate::
|
pushRefNeedsUpdate::
|
||||||
|
Reference in New Issue
Block a user