repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
What's cooking (2011/05 #04)
[alt-git.git]
/
pushall
blob
4522c65cedcdeded96c266e427553e559cb2d36a
1
#!/bin/sh
2
3
git push repo
"$@"
&&
4
git push sfjp
"$@"
&&
5
git push sf.net
"$@"
&&
6
7
case
"
$#
"
in
8
0
)
9
git push github
"$@"
;;
10
*)
11
echo
"No push to github"
;;
12
esac