Skip to content

Instantly share code, notes, and snippets.

@joellesenne
Created September 4, 2020 12:07
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 joellesenne/e290c8a8ffc2664fb6c57ffc8edebaa1 to your computer and use it in GitHub Desktop.
Save joellesenne/e290c8a8ffc2664fb6c57ffc8edebaa1 to your computer and use it in GitHub Desktop.
Create new Github Pages
# Create new Github Pages
$ git branch gh-pages
$ git checkout gh-pages
$ echo "# This application is in production mode, more information here in develop mode" >> README.md
$ git subtree push --prefix dist origin gh-pages
$ git rm -r dist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment