Skip to content

Instantly share code, notes, and snippets.

@hone
Created October 28, 2009 18:34
Show Gist options
  • Select an option

  • Save hone/220689 to your computer and use it in GitHub Desktop.

Select an option

Save hone/220689 to your computer and use it in GitHub Desktop.
hone@hone-x200:~/Projects/oib/heroku$ bin/heroku switch boxboss-staging
hone@hone-x200:~/Projects/oib/heroku$ git remote show heroku
* remote heroku
URL: [email protected]:boxboss-staging.git
HEAD branch: master
Remote branch:
master new (next fetch will store in remotes/heroku)
Local ref configured for 'git push':
master pushes to master (local out of date)
hone@hone-x200:~/Projects/oib/heroku$ bin/heroku switch boxboss-production
hone@hone-x200:~/Projects/oib/heroku$ git remote show heroku
* remote heroku
URL: [email protected]:boxboss-production.git
HEAD branch: master
Remote branch:
master new (next fetch will store in remotes/heroku)
Local ref configured for 'git push':
master pushes to master (local out of date)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment