Skip to content

Commit ef09e7d

Browse files
Denton-Lgitster
authored andcommitted
Documentation/config/checkout: replace sq with backticks
The modern style for Git documentation is to use backticks to quote any command-line documenation so that it is typeset in monospace. Replace all single quotes with backticks to conform to this. Signed-off-by: Denton Liu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d98273b commit ef09e7d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Documentation/config/checkout.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
checkout.defaultRemote::
2-
When you run 'git checkout <something>'
3-
or 'git switch <something>' and only have one
2+
When you run `git checkout <something>`
3+
or `git switch <something>` and only have one
44
remote, it may implicitly fall back on checking out and
5-
tracking e.g. 'origin/<something>'. This stops working as soon
6-
as you have more than one remote with a '<something>'
5+
tracking e.g. `origin/<something>`. This stops working as soon
6+
as you have more than one remote with a `<something>`
77
reference. This setting allows for setting the name of a
88
preferred remote that should always win when it comes to
99
disambiguation. The typical use-case is to set this to
1010
`origin`.
1111
+
1212
Currently this is used by linkgit:git-switch[1] and
13-
linkgit:git-checkout[1] when 'git checkout <something>'
14-
or 'git switch <something>'
15-
will checkout the '<something>' branch on another remote,
16-
and by linkgit:git-worktree[1] when 'git worktree add' refers to a
13+
linkgit:git-checkout[1] when `git checkout <something>`
14+
or `git switch <something>`
15+
will checkout the `<something>` branch on another remote,
16+
and by linkgit:git-worktree[1] when `git worktree add` refers to a
1717
remote branch. This setting might be used for other checkout-like
1818
commands or functionality in the future.

0 commit comments

Comments
 (0)