url = <url> +push = <refspec> +fetch = <refspec>+
From 249572f7c8a246cc1bb6c31a30d599f85bb10cb9 Mon Sep 17 00:00:00 2001
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>