📜  github pages push - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:18.789000             🧑  作者: Mango

代码示例1
git checkout master # you can avoid this line if you are in master...
git subtree split --prefix dist -b gh-pages # create a local gh-pages branch containing the splitted output folder
git push -f origin gh-pages:gh-pages # force the push of the gh-pages branch to the remote gh-pages branch at origin
git branch -D gh-pages # delete the local gh-pages because you will need it: ref