Skip to content

Instantly share code, notes, and snippets.

@diegogurpegui
Last active June 10, 2019 01:13
Show Gist options
  • Save diegogurpegui/aa6c55fa60e09576cd621486e8e5f1dd to your computer and use it in GitHub Desktop.
Save diegogurpegui/aa6c55fa60e09576cd621486e8e5f1dd to your computer and use it in GitHub Desktop.
Project deploy to gh-pages
# Assume a branch called 'gh-pages' and a directory called 'dist'
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