I have a repo on GitHub. Recently I have discovered GitHub's pages and I want to use them.
I would like to create this new branch and then, when I need to, either commit on master
branch or on gh-pages
branch.
How can I do this? Do I have to create another folder inside my repo?
You might find this tutorial useful:
To me this approach seems simpler then doing a git checkout gh-pages
each time you want to edit your gh-pages content. Let me know what you think ^_^
Edit: I updated the tutorial link - thanks @Cawas. The old tutorial (not recommended) was https://gist.github.com/825950