summaryrefslogtreecommitdiffstats
path: root/git-fetch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-01-21 17:54:30 -0800
committerJunio C Hamano <gitster@pobox.com>2023-01-21 17:54:30 -0800
commita75aada385d663fe4451d0f91aab3aa07c0d85e6 (patch)
tree5ac7a0bf8355168914ff02768c14974e7fbff526 /git-fetch.txt
parent635978b311f6f7a8658016e600a28eb8740b062d (diff)
downloadgit-htmldocs-a75aada385d663fe4451d0f91aab3aa07c0d85e6.tar.gz
Autogenerated HTML docs for v2.39.1-308-g56c8f
Diffstat (limited to 'git-fetch.txt')
-rw-r--r--git-fetch.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-fetch.txt b/git-fetch.txt
index 63d9569e1..fba66f146 100644
--- a/git-fetch.txt
+++ b/git-fetch.txt
@@ -251,10 +251,10 @@ EXAMPLES
$ git fetch origin
------------------------------------------------
+
-The above command copies all branches from the remote refs/heads/
-namespace and stores them to the local refs/remotes/origin/ namespace,
-unless the branch.<name>.fetch option is used to specify a non-default
-refspec.
+The above command copies all branches from the remote `refs/heads/`
+namespace and stores them to the local `refs/remotes/origin/` namespace,
+unless the `remote.<repository>.fetch` option is used to specify a
+non-default refspec.
* Using refspecs explicitly:
+