Skip to content

Instantly share code, notes, and snippets.

@dhg
Created July 15, 2012 23:48
Show Gist options
  • Save dhg/3119260 to your computer and use it in GitHub Desktop.
Save dhg/3119260 to your computer and use it in GitHub Desktop.
Davegamache deploy bash alias
alias buildit='
cp -r _site/ ../temp
&& git checkout gh-pages
&& cp -r ../temp/* ./
&& rm -r ../temp
&& git add -A
&& git status'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment