url = <url> +push = <refspec> +fetch = <refspec>+
From: Junio C Hamano
Or, equivalently, in the $GIT_DIR/config (note the use +of fetch instead of Pull:):
+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 file should contain a single line, a URL in one of the @@ -607,7 +615,7 @@ Junio C Hamano <junkio@cox.net>