Github 中提交项目到自己仓库的gh-pages分支
gh-pages
git symbolic-ref HEAD refs/heads/gh-pages git add -A git commit -m "no message" git push origin gh-pages
参考:https://www.cnblogs.com/MuYunyun/p/6082359.html
原文:https://www.cnblogs.com/hglibin/p/9977888.html