From bb94632d56862064a1129e95f394ed2685a143f8 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 3 May 2010 13:33:32 -0700 Subject: [PATCH] Add pushall --- pushall | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 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 "$@"