Add pushall

Junio C Hamano committed May 3, 2010 at 13:33 UTC bb94632d56862064a1129e95f394ed2685a143f8
1 file changed +6
pushall new
+6
@@ -0,0 +1,6 @@
1 +#!/bin/sh
2 +
3 +git push repo "$@" &&
4 +git push github "$@" &&
5 +git push sfjp "$@" &&
6 +git push sf.net "$@"