Here are the commands to manually create a gh-pages branch17. # create gh-pages branch git checkout --orphan gh-pages git rm -rf . touch README.md git add ...
確定! 回上一頁