]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Add pushall
authorJunio C Hamano <gitster@pobox.com>
Mon, 3 May 2010 20:33:32 +0000 (13:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 May 2010 20:33:32 +0000 (13:33 -0700)
pushall [new file with mode: 0755]

diff --git a/pushall b/pushall
new file mode 100755 (executable)
index 0000000..24c18ed
--- /dev/null
+++ b/pushall
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+git push repo "$@" &&
+git push github "$@" &&
+git push sfjp "$@" &&
+git push sf.net "$@"