git(1): fix quotes in git/conf example
This commit is contained in:
parent
53fb93e64a
commit
5d69d42ee3
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ is a tool for querying the git configuration.
|
||||||
The configuration key is provided as a dotted string. Spaces
|
The configuration key is provided as a dotted string. Spaces
|
||||||
are accepted. For example, to find the URL of the origin
|
are accepted. For example, to find the URL of the origin
|
||||||
repository, one might pass
|
repository, one might pass
|
||||||
.I 'remote "origin".url".
|
.I 'remote\ "origin".url'.
|
||||||
When given the
|
When given the
|
||||||
.I -r
|
.I -r
|
||||||
option, the root of the current repository is printed.
|
option, the root of the current repository is printed.
|
||||||
|
|
Loading…
Reference in a new issue