1.创建分支,比如gh-pages分支,git branch gh-pages
2.将分支推送到github,git push origin gh-pages
3.HEAD指向gh-pages分支,git checkout gh-pages
4.访问 http://<username>.github.io/<projectname>/index.html
1.创建分支,比如gh-pages分支,git branch gh-pages
2.将分支推送到github,git push origin gh-pages
3.HEAD指向gh-pages分支,git checkout gh-pages
4.访问 http://<username>.github.io/<projectname>/index.html