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
OR you can just use the cmd below, this will push your local master branch to gh-pages master branch. git push -f origin master:gh-pages
git push -f origin master:gh-pages