Merge branch 'yc/doc-fetch-fix'
Doc fix. * yc/doc-fetch-fix: doc: fix non-existent config name
This commit is contained in:
commit
86ccd39a74
@ -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:
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user