Skip to content

Instantly share code, notes, and snippets.

@aaronblohowiak
Forked from jashkenas/gist:3796782
Created September 27, 2012 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronblohowiak/3796939 to your computer and use it in GitHub Desktop.
Save aaronblohowiak/3796939 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
git co gh-pages &&
git merge master &&
git push github gh-pages &&
git co master
@aaronblohowiak
Copy link
Author

Disregard this, use https://gist.github.com/3796903 instead.. set -e makes everything &&ed

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