From: Junio C Hamano Date: Thu, 15 Sep 2011 04:35:57 +0000 (-0700) Subject: Push to GPH as well X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4f3ae3c97ac27e6cbd4be81730ebaf452ba11bd;p=thirdparty%2Fgit.git Push to GPH as well --- diff --git a/pushall b/pushall index 4522c65ced..91f841d1e1 100755 --- a/pushall +++ b/pushall @@ -1,6 +1,7 @@ #!/bin/sh git push repo "$@" && +git push gph "$@" && git push sfjp "$@" && git push sf.net "$@" &&