From: Junio C Hamano Date: Thu, 29 Sep 2011 01:13:00 +0000 (-0700) Subject: Push to github.com/git/git as well X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72ba3424a0b76722b107fafd2c9fb58c209e9129;p=thirdparty%2Fgit.git Push to github.com/git/git as well --- diff --git a/pushall b/pushall index 91f841d1e1..fd2984636e 100755 --- a/pushall +++ b/pushall @@ -2,6 +2,7 @@ git push repo "$@" && git push gph "$@" && +git push github2 "$@" && git push sfjp "$@" && git push sf.net "$@" &&