Created
October 16, 2015 11:21
-
-
Save brospars/2e391144290f8182b5f3 to your computer and use it in GitHub Desktop.
Github pages in subfolder "demo/"
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
// Create Github Page branch | |
git checkout -b gh-pages | |
git push origin gh-pages | |
// Update Github Page branch from master | |
git checkout gh-pages | |
git pull .master | |
git push origin gh-pages | |
git checkout master | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment