Skip to content

Instantly share code, notes, and snippets.

@j8
Created January 26, 2016 09:31
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