]> git.parisson.com Git - telemeta.git/commitdiff
all branches to github
authoryomguy <yomguy@parisson.com>
Tue, 2 Oct 2012 22:15:48 +0000 (00:15 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 2 Oct 2012 22:15:48 +0000 (00:15 +0200)
tools/dev/push.sh

index 6369c231e924bb8b984854d145d71421e29a0a8f..bc221452addfb174911f75a5f9caa4e10b7f01a3 100755 (executable)
@@ -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