Github 中提交项目到自己仓库的gh-pages分支

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

猜你喜欢

转载自www.cnblogs.com/hglibin/p/9977888.html