repo.or.cz
/
ArenaLive.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added LICENSE; Added GPL2 header to all source code files
[ArenaLive.git]
/
push.sh
blob
843b6a0527c23341f25008bdabd96b5ecb862579
1
#!/bin/sh
2
params
=
""
3
4
if
[
-z
"$@"
] ;
5
then
params
=
'--all'
6
else
params
=
"$@"
7
fi
8
9
exec
git push
'ssh://repo.or.cz/srv/git/ArenaLive.git'
$params
10