sh 初始化gh-pages分支

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 初始化gh-pages分支相关的知识,希望对你有一定的参考价值。

# create gh-pages branch
git checkout --orphan gh-pages
git rm -rf .
touch README.md
git add README.md
git commit -m 'initial gh-pages commit'
git push origin gh-pages

# add gh-pages as submodule
git checkout master
git submodule add -b gh-pages git@github.com:skratchdot/MYPROJECT.git _site
git commit -m "added gh-pages as submodule"
git push origin master
git submodule init

以上是关于sh 初始化gh-pages分支的主要内容,如果未能解决你的问题,请参考以下文章

创建github仓库的gh-pages分支

Github 页面是在具有 gh-pages 分支的 repo 的分支中自动创建的吗?

sh gh-pages.sh

text 使用主分支保持gh-pages最新

github怎样创建gh-page

markdown 在github上创建gh-pages分支