diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-12-17 11:46:32 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-12-17 11:46:32 -0800 |
commit | 4d1826d1d96a4284ef268c6febeaa9fabfa75e9e (patch) | |
tree | c19c924f1072120694cf8bb9283f1334e619d94d /Documentation | |
parent | Merge branch 'jk/t5000-gzip-simplify' (diff) | |
parent | remote: fix status with branch...rebase=preserve (diff) | |
download | tgif-4d1826d1d96a4284ef268c6febeaa9fabfa75e9e.tar.xz |
Merge branch 'fc/trivial'
* fc/trivial:
remote: fix status with branch...rebase=preserve
fetch: add missing documentation
t: trivial whitespace cleanups
abspath: trivial style fix
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-fetch.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-fetch.txt b/Documentation/git-fetch.txt index 10657134a8..5809aa4eb9 100644 --- a/Documentation/git-fetch.txt +++ b/Documentation/git-fetch.txt @@ -37,6 +37,9 @@ or from several repositories at once if <group> is given and there is a remotes.<group> entry in the configuration file. (See linkgit:git-config[1]). +When no remote is specified, by default the `origin` remote will be used, +unless there's an upstream branch configured for the current branch. + OPTIONS ------- include::fetch-options.txt[] |