I\'m developing a jQuery plugin that\'s being hosting on GitHub. It has a demo included of which I\'m manually copying and pushing to the branch gh-pages, what
gh-pages
git checkout gh-pages git merge master git push origin gh-pages