Skip to content

Instantly share code, notes, and snippets.

@dominicmartineau
Last active August 29, 2015 14:02
Show Gist options
  • Save dominicmartineau/6bc21eec008854ebdeb8 to your computer and use it in GitHub Desktop.
Save dominicmartineau/6bc21eec008854ebdeb8 to your computer and use it in GitHub Desktop.
Shell script to deploy a subtree (dist) to gh-pages branch
#!/bin/sh
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