File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ objects from the source repository into a pack in the cloned repository.
156
156
157
157
--[no-]reject-shallow::
158
158
Fail if the source repository is a shallow repository.
159
- The ' clone.rejectShallow' configuration variable can be used to
159
+ The ` clone.rejectShallow` configuration variable can be used to
160
160
specify the default.
161
161
162
162
--bare::
@@ -263,7 +263,7 @@ corresponding `--mirror` and `--no-tags` options instead.
263
263
branch remote's `HEAD` points at.
264
264
Further fetches into the resulting repository will only update the
265
265
remote-tracking branch for the branch this option was used for the
266
- initial cloning. If the HEAD at the remote did not point at any
266
+ initial cloning. If the ` HEAD` at the remote did not point at any
267
267
branch when `--single-branch` clone was made, no remote-tracking
268
268
branch is created.
269
269
Original file line number Diff line number Diff line change @@ -44,20 +44,20 @@ syntaxes may be used:
44
44
45
45
ifndef::git-clone[]
46
46
These two syntaxes are mostly equivalent, except when cloning, when
47
- the former implies --local option. See linkgit:git-clone[1] for
47
+ the former implies ` --local` option. See linkgit:git-clone[1] for
48
48
details.
49
49
endif::git-clone[]
50
50
51
51
ifdef::git-clone[]
52
52
These two syntaxes are mostly equivalent, except the former implies
53
- --local option.
53
+ ` --local` option.
54
54
endif::git-clone[]
55
55
56
- ' git clone', ' git fetch' and ' git pull' , but not ' git push' , will also
56
+ ` git clone`, ` git fetch` and ` git pull` , but not ` git push` , will also
57
57
accept a suitable bundle file. See linkgit:git-bundle[1].
58
58
59
59
When Git doesn't know how to handle a certain transport protocol, it
60
- attempts to use the ' remote-<transport>' remote helper, if one
60
+ attempts to use the ` remote-<transport>` remote helper, if one
61
61
exists. To explicitly request a remote helper, the following syntax
62
62
may be used:
63
63
You can’t perform that action at this time.
0 commit comments