Add pushall

todo
Junio C Hamano 2010-05-03 13:33:32 -07:00
parent ac3fecbe2d
commit bb94632d56
1 changed files with 6 additions and 0 deletions

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 "$@"