Skip to content

Instantly share code, notes, and snippets.

@ruanyl
Created June 1, 2014 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruanyl/ab7162395b09319f0904 to your computer and use it in GitHub Desktop.
Save ruanyl/ab7162395b09319f0904 to your computer and use it in GitHub Desktop.
create github project pages
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