Skip to content

Instantly share code, notes, and snippets.

@kinopyo
Created June 21, 2012 05:20
Show Gist options
  • Save kinopyo/2964009 to your computer and use it in GitHub Desktop.
Save kinopyo/2964009 to your computer and use it in GitHub Desktop.
My most commonly used heroku command alias.
alias hpush="git push heroku master"
alias hrc="heroku run rails console"
alias hlog="heroku logs --tail"
alias ho="heroku open"
alias hdb="heroku run rake db:migrate"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment