Created
June 1, 2014 21:05
-
-
Save ruanyl/ab7162395b09319f0904 to your computer and use it in GitHub Desktop.
create github project pages
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 --orphan gh-pages | |
add files of your project pages | |
git commit -a -m "First pages commit" | |
git push origin gh-pages | |
username.github.io/projectname |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment