Last active
January 31, 2016 16:55
-
-
Save paradite/920623430d3ffc125901 to your computer and use it in GitHub Desktop.
set up gh-pages branch and remove master branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git checkout -b gh-pages | |
git push --set-upstream origin gh-pages | |
git branch -d master | |
(change default branch on GitHub to gh-pages) | |
git push origin :master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment