github has this feature where you can publish "Project Pages" if you create a new branch gh-pages in your project. For full description see http://pages.github.com/
My project is just html/images, so I just want to serve the master branch.
so how do I create a new branch called gh-pages that is just exact copy of master? some kind of link operation?
Thanks