github上托管静态页面

怎么在github上托管静态页面

打开git bash、

git clone URL
git checkout -b gh-pages
git commit -m "message"
git push origin gh-pages

完成后可以在

http://.github.io/

查看网页

你可能感兴趣的:(web)