P粉0716263642023-08-11 13:06:38
To push your changes to the gh-pages branch, you can follow these steps: Clear your local cache:
git rm -rf .git git initSwitch to the gh-pages branch:
git checkout gh-pagesAdd all your changed files:
git add .Submit your changes:
git commit -m "部署新更改"Push your changes to GitHub:
git push origin gh-pages