Skip to content

Instantly share code, notes, and snippets.

@j8
Created January 26, 2016 09:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j8/3fd969b2e85bbc275276 to your computer and use it in GitHub Desktop.
Save j8/3fd969b2e85bbc275276 to your computer and use it in GitHub Desktop.
Push the 'dist' folder to gh-pages without creating branch
git subtree push --prefix dist origin gh-pages
# where 'dist' is the name of the folder, it can be anything
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment