Skip to content

Instantly share code, notes, and snippets.

@markpundsack
Created November 18, 2014 20:58
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 markpundsack/dbabd2919e103453a9c4 to your computer and use it in GitHub Desktop.
Save markpundsack/dbabd2919e103453a9c4 to your computer and use it in GitHub Desktop.
Alias heroku for various stages
function hd(){
heroku "$@" --remote development
}
function hs(){
heroku "$@" --remote staging
}
function hp(){
heroku "$@" --remote production
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment