From: yomguy Date: Tue, 2 Oct 2012 22:15:48 +0000 (+0200) Subject: all branches to github X-Git-Tag: 1.4.5~51^2^2~9 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=60fdbd668bcfb63a3fe9412c034332e9dead178b;p=telemeta.git all branches to github --- diff --git a/tools/dev/push.sh b/tools/dev/push.sh index 6369c231..bc221452 100755 --- a/tools/dev/push.sh +++ b/tools/dev/push.sh @@ -7,10 +7,8 @@ do echo "Push $branch to origin:" git push origin $branch - if [[ $branch == *master* ]]; then - echo "Push $branch to github:" - git push hub $branch - fi + echo "Push $branch to github:" + git push hub $branch done