I created a simple gh-pages branch on github and in my local repo. I used the auto page generator to create the 5 files it uses: images javascripts stylesheets index.h
From what I understand, you'd have to switch to your local copy of gh-pages. Merge in master, and then push gh-pages
git checkout gh-pages git merge master git push origin gh-pages