From: Junio C Hamano Date: Mon, 3 May 2010 20:33:32 +0000 (-0700) Subject: Add pushall X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb94632d56862064a1129e95f394ed2685a143f8;p=thirdparty%2Fgit.git Add pushall --- diff --git a/pushall b/pushall new file mode 100755 index 0000000000..24c18eddb9 --- /dev/null +++ b/pushall @@ -0,0 +1,6 @@ +#!/bin/sh + +git push repo "$@" && +git push github "$@" && +git push sfjp "$@" && +git push sf.net "$@"