Skip to content

Instantly share code, notes, and snippets.

@eebs
Created January 15, 2013 02:48
Show Gist options
  • Save eebs/4535615 to your computer and use it in GitHub Desktop.
Save eebs/4535615 to your computer and use it in GitHub Desktop.
alias octo='bundle exec rake'
alias octog='bundle exec rake generate'
alias octod='bundle exec rake deploy'
alias octogd='bundle exec rake generate && bundle exec rake deploy'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment