diff options
author | Marc Branchaud <marcnarc@xiplink.com> | 2014-06-11 10:24:04 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-12 09:59:13 -0700 |
commit | db4e4113ea33ece52c5988f9b9f7c0559c802602 (patch) | |
tree | d1c911c6d63c7183750071595a793874f28e949b /Documentation/git-fetch.txt | |
parent | c5558f80c3a34f411022f1bc67f8364556ca3922 (diff) | |
download | git-db4e4113ea33ece52c5988f9b9f7c0559c802602.tar.gz |
docs: Explain the purpose of fetch's and pull's <refspec> parameter.jc/fetch-pull-refmap
Signed-off-by: Marc Branchaud <marcnarc@xiplink.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-fetch.txt')
-rw-r--r-- | Documentation/git-fetch.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-fetch.txt b/Documentation/git-fetch.txt index 629a1cfe00..8deb61469d 100644 --- a/Documentation/git-fetch.txt +++ b/Documentation/git-fetch.txt @@ -51,8 +51,8 @@ include::pull-fetch-param.txt[] include::urls-remotes.txt[] -CONFIGURED REMOTE-TRACKING BRANCHES ------------------------------------ +CONFIGURED REMOTE-TRACKING BRANCHES[[CRTB]] +------------------------------------------- You often interact with the same remote repository by regularly and repeatedly fetching from it. In order to keep track |