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.
156156
157157--[no-]reject-shallow::
158158 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
160160 specify the default.
161161
162162--bare::
@@ -263,7 +263,7 @@ corresponding `--mirror` and `--no-tags` options instead.
263263 branch remote's `HEAD` points at.
264264 Further fetches into the resulting repository will only update the
265265 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
267267 branch when `--single-branch` clone was made, no remote-tracking
268268 branch is created.
269269
Original file line number Diff line number Diff line change @@ -44,20 +44,20 @@ syntaxes may be used:
4444
4545ifndef::git-clone[]
4646These 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
4848details.
4949endif::git-clone[]
5050
5151ifdef::git-clone[]
5252These two syntaxes are mostly equivalent, except the former implies
53- --local option.
53+ ` --local` option.
5454endif::git-clone[]
5555
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
5757accept a suitable bundle file. See linkgit:git-bundle[1].
5858
5959When 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
6161exists. To explicitly request a remote helper, the following syntax
6262may be used:
6363
You can’t perform that action at this time.
0 commit comments