]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Push to GPH as well
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Sep 2011 04:35:57 +0000 (21:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Sep 2011 04:35:57 +0000 (21:35 -0700)
pushall

diff --git a/pushall b/pushall
index 4522c65cedcdeded96c266e427553e559cb2d36a..91f841d1e1ae5eaf87437656305a2a87ad657c18 100755 (executable)
--- a/pushall
+++ b/pushall
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 git push repo "$@" &&
+git push gph "$@" &&
 git push sfjp "$@" &&
 git push sf.net "$@" &&