Fetch: default remote repository from branch properties
commit648ad18f5077295c4317f0784b29e09d2c0bac93
authorSanti Béjar <sbejar@gmail.com>
Sat, 23 Sep 2006 10:05:43 +0000 (23 12:05 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 24 Sep 2006 07:13:49 +0000 (24 00:13 -0700)
tree9b6315db16fd1be76e63e19af193a8939f2b7434
parented1795fcc5f2aa3f105630429bcbed49c50053fa
Fetch: default remote repository from branch properties

If in branch "foo" and this in config:

[branch "foo"]
       remote=bar

"git fetch" = "git fetch bar"
"git  pull" = "git pull  bar"

Signed-off-by: Santi Béjar <sbejar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt
git-fetch.sh
git-parse-remote.sh