Created
June 21, 2012 05:20
-
-
Save kinopyo/2964009 to your computer and use it in GitHub Desktop.
My most commonly used heroku command alias.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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