Skip to content

Commit 86ccd39

Browse files
committed
Merge branch 'yc/doc-fetch-fix'
Doc fix. * yc/doc-fetch-fix: doc: fix non-existent config name
2 parents 30b4e5c + ca554bf commit 86ccd39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/git-fetch.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,10 @@ EXAMPLES
251251
$ git fetch origin
252252
------------------------------------------------
253253
+
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.
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 `remote.<repository>.fetch` option is used to specify a
257+
non-default refspec.
258258

259259
* Using refspecs explicitly:
260260
+

0 commit comments

Comments
 (0)