diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-10-22 11:38:58 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-22 11:38:58 -0700 |
| commit | 0e746434e80e52f251c16df32d591639fdd2f53c (patch) | |
| tree | 7644f34b553d519fb380344d6b85ca9874164f80 /Documentation/pull-fetch-param.adoc | |
| parent | Merge branch 'bc/sha1-256-interop-01' (diff) | |
| parent | doc: git-pull: clarify how to exit a conflicted merge (diff) | |
| download | git-0e746434e80e52f251c16df32d591639fdd2f53c.tar.gz git-0e746434e80e52f251c16df32d591639fdd2f53c.zip | |
Merge branch 'je/doc-pull'
Documentation updates.
* je/doc-pull:
doc: git-pull: clarify how to exit a conflicted merge
doc: git-pull: delete the example
doc: git-pull: clarify options for integrating remote branch
doc: git-pull: move <repository> and <refspec> params
Diffstat (limited to 'Documentation/pull-fetch-param.adoc')
| -rw-r--r-- | Documentation/pull-fetch-param.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/pull-fetch-param.adoc b/Documentation/pull-fetch-param.adoc index d79d2f6065..bb2cf6a462 100644 --- a/Documentation/pull-fetch-param.adoc +++ b/Documentation/pull-fetch-param.adoc @@ -11,6 +11,7 @@ ifndef::git-pull[] (See linkgit:git-config[1]). endif::git-pull[] +[[fetch-refspec]] <refspec>:: Specifies which refs to fetch and which local refs to update. When no <refspec>s appear on the command line, the refs to fetch |
