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

cd cnblogs-theme/

git init

git remote add origin git@github.com:hglibin/cnblogs-theme.git

git fetch origin

git symbolic-ref HEAD refs/heads/gh-pages

git add -A

git commit -m "no message"

git push origin gh-pages

参考资料

相关文章:

  • 2021-10-27
  • 2021-06-12
  • 2021-05-29
  • 2022-01-17
  • 2021-11-27
  • 2022-02-08
  • 2021-12-23
  • 2022-01-18
猜你喜欢
  • 2022-01-21
  • 2021-04-17
  • 2022-01-16
  • 2022-02-12
  • 2021-05-22
  • 2021-11-04
相关资源
相似解决方案