Add comment to push.sh

This commit is contained in:
Greg Hendershott 2012-10-24 20:34:52 -04:00
parent 20163a96c6
commit f40c6b407d

View File

@ -1,3 +1,4 @@
# Simply make gh-pages branch a mirror of master branch.
git checkout master && \
git push origin master && \
git checkout gh-pages && \