Add pushall

This commit is contained in:
Junio C Hamano
2010-05-03 13:33:32 -07:00
parent ac3fecbe2d
commit bb94632d56

6
pushall Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
git push repo "$@" &&
git push github "$@" &&
git push sfjp "$@" &&
git push sf.net "$@"