summaryrefslogtreecommitdiffstats
path: root/git-remote.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-06 15:46:29 -0800
committerJunio C Hamano <gitster@pobox.com>2015-03-06 15:46:29 -0800
commit6bf68cf9901acfb76960c8b0366da1e35ef35f7d (patch)
tree83eb3637c180582dfe26e2c4f56afad3070d79ae /git-remote.txt
parent7f1bc9d8e78bb4cbc0ffa8461bc4171686e22fa2 (diff)
downloadgit-htmldocs-6bf68cf9901acfb76960c8b0366da1e35ef35f7d.tar.gz
Autogenerated HTML docs for v2.3.2-209-gd67f9
Diffstat (limited to 'git-remote.txt')
-rw-r--r--git-remote.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/git-remote.txt b/git-remote.txt
index a77607b85..4c6d6de7b 100644
--- a/git-remote.txt
+++ b/git-remote.txt
@@ -58,6 +58,9 @@ remote repository.
With `--no-tags` option, `git fetch <name>` does not import tags from
the remote repository.
+
+By default, only tags on fetched branches are imported
+(see linkgit:git-fetch[1]).
++
With `-t <branch>` option, instead of the default glob
refspec for the remote to track all branches under
the `refs/remotes/<name>/` namespace, a refspec to track only `<branch>`