From 72ba3424a0b76722b107fafd2c9fb58c209e9129 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 28 Sep 2011 18:13:00 -0700 Subject: [PATCH] Push to github.com/git/git as well --- pushall | 1 + 1 file changed, 1 insertion(+) 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 "$@" && -- 2.11.4.GIT