Skip to content

Instantly share code, notes, and snippets.

@cssence
Last active March 9, 2016 11:23
Show Gist options
  • Save cssence/62f55708306fe2dff36e to your computer and use it in GitHub Desktop.
Save cssence/62f55708306fe2dff36e to your computer and use it in GitHub Desktop.
git subtree for github pages
#!/usr/bin/env bash
git subtree push --prefix ${2-"public"} ${1-"origin"} gh-pages
@cssence
Copy link
Author

cssence commented Feb 2, 2015

git subtree push --prefix public github gh-pages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment