Welcome to mirror list, hosted at ThFree Co, Russian Federation.

run.sh - github.com/nanxiaobei/hugo-paper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/run.sh
blob: 9b9c510ded50becff8becc089d4404912cb6cf2b (plain)
1
2
3
4
5
6
git checkout --orphan temp_branch
git commit -am "update"
git branch -D gh-pages
git branch -m gh-pages
git push -f origin gh-pages
git switch main