Skip to content

Instantly share code, notes, and snippets.

@banjeremy
Created February 13, 2018 21:26
Show Gist options
  • Save banjeremy/13e1ea473ea5dd2c7563267a8f884a25 to your computer and use it in GitHub Desktop.
Save banjeremy/13e1ea473ea5dd2c7563267a8f884a25 to your computer and use it in GitHub Desktop.
create orphan gh-pages branch
git checkout --orphan gh-pages
git subtree push --prefix dist origin gh-pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment