Skip to content

Instantly share code, notes, and snippets.

@chrislloyd
Created July 23, 2011 14:06
Show Gist options
  • Save chrislloyd/1101463 to your computer and use it in GitHub Desktop.
Save chrislloyd/1101463 to your computer and use it in GitHub Desktop.
Switch Heroku accounts
heroku-switch() {
cd $HOME/.heroku
ln -fs $1.credentials credentials
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment