www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f40c6b407dfb68e71f9994c923455827897962aa
parent 20163a96c620a6fc96fa7f1030fea9cdb5b7e25f
Author: Greg Hendershott <greghendershott@gmail.com>
Date:   Wed, 24 Oct 2012 20:34:52 -0400

Add comment to push.sh

Diffstat:
Mpush.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/push.sh b/push.sh @@ -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 && \