URL: one of the above URL format Push: <refspec> @@ -570,11 +570,12 @@ respectively. Multiple Push: and Pull: lines may be specified for additional branch mappings.Or, equivalently, in the $GIT_DIR/config (note the use of fetch instead of Pull:):
-+-url = <url> -push = <refspec> -fetch = <refspec>+[remote "<remote>"] + url = <url> + push = <refspec> + fetch = <refspec>The name of a file in $GIT_DIR/branches directory can be specified as an older notation short-hand; the named @@ -584,13 +585,13 @@ name of remote head (URL fragment notation). $GIT_DIR/branches/<remote> file that stores a <url> without the fragment is equivalent to have this in the corresponding file in the $GIT_DIR/remotes/ directory.
-+URL: <url> Pull: refs/heads/master:<remote>while having <url>#<head> is equivalent to
-+URL: <url> Pull: refs/heads/<head>:<remote>@@ -615,7 +616,7 @@ Junio C Hamano <junkio@cox.net>