We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30b4e5c + ca554bf commit 86ccd39Copy full SHA for 86ccd39
Documentation/git-fetch.txt
@@ -251,10 +251,10 @@ EXAMPLES
251
$ git fetch origin
252
------------------------------------------------
253
+
254
-The above command copies all branches from the remote refs/heads/
255
-namespace and stores them to the local refs/remotes/origin/ namespace,
256
-unless the branch.<name>.fetch option is used to specify a non-default
257
-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.
258
259
* Using refspecs explicitly:
260
0 commit comments