fear-of-macros/push.sh
Greg Hendershott 20163a96c6 Fix perms
2012-10-24 20:33:13 -04:00

7 lines
152 B
Bash
Executable File

git checkout master && \
git push origin master && \
git checkout gh-pages && \
git merge master && \
git push origin gh-pages && \
git checkout master