Github 中提交项目到自己仓库的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
时间: 2024-11-25 13:31:36