Push to GPH as well

Junio C Hamano committed Sep 14, 2011 at 21:35 UTC a4f3ae3c97ac27e6cbd4be81730ebaf452ba11bd
1 file changed +1
pushall
+1
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 "$@" &&