Skip to content

Instantly share code, notes, and snippets.

@pipme
Created May 30, 2023 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pipme/dce6a6dc3343001db2e80fffcde7610e to your computer and use it in GitHub Desktop.
Save pipme/dce6a6dc3343001db2e80fffcde7610e to your computer and use it in GitHub Desktop.
Create new empty branch gh-pages
git checkout --orphan gh-pages
git reset --hard
git commit --allow-empty -m "Initializing gh-pages branch"
git push origin gh-pages
git checkout main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment