shortcuts for public

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-07-26 21:56:19 +02:00
parent f44bc29789
commit df9bdef75e
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ case "$1" in
cd ${WEBDIR} && make pub
;;
pub)
p|pu|pub)
git push --mirror
git push --mirror github
;;