]> asedeno.scripts.mit.edu Git - git.git/commitdiff
doc: refer to tracking configuration as "upstream"
authorJeff King <peff@peff.net>
Mon, 13 Apr 2009 11:11:56 +0000 (07:11 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Apr 2009 16:02:18 +0000 (09:02 -0700)
The term "tracking" often creates confusion between remote
tracking branches and local branches which track a remote
branch. The term "upstream" captures more clearly the idea
of "branch A is based on branch B in some way", so it makes
sense to mention it.

At the same time, upstream branches are used for more
than just git-pull these days; let's mention that here.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

No differences found