1.創(chuàng)建分支仙畦,比如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.創(chuàng)建分支仙畦,比如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