Skip to content

Instantly share code, notes, and snippets.

@toamitkumar
Created November 26, 2011 23:20
Show Gist options
  • Select an option

  • Save toamitkumar/1396489 to your computer and use it in GitHub Desktop.

Select an option

Save toamitkumar/1396489 to your computer and use it in GitHub Desktop.
Amit-Kumars-MacBook-Pro:cytosite toamitkumar$ git remote -v
heroku git@heroku.com:radiant-cloud-8241.git (fetch)
heroku git@heroku.com:radiant-cloud-8241.git (push)
origin git@github.com:toamitkumar/cytosite.git (fetch)
origin git@github.com:toamitkumar/cytosite.git (push)
Amit-Kumars-MacBook-Pro:cytosite toamitkumar$ git remote rm heroku
Amit-Kumars-MacBook-Pro:cytosite toamitkumar$ git remote -v
origin git@github.com:toamitkumar/cytosite.git (fetch)
origin git@github.com:toamitkumar/cytosite.git (push)
Amit-Kumars-MacBook-Pro:cytosite toamitkumar$ heroku create
Creating fierce-mist-2921.... done, stack is bamboo-mri-1.9.2
http://fierce-mist-2921.heroku.com/ | git@heroku.com:fierce-mist-2921.git
Amit-Kumars-MacBook-Pro:cytosite toamitkumar$ git remote add heroku git@heroku.com:fierce-mist-2921.git
Amit-Kumars-MacBook-Pro:cytosite toamitkumar$ git remote -v
heroku git@heroku.com:fierce-mist-2921.git (fetch)
heroku git@heroku.com:fierce-mist-2921.git (push)
origin git@github.com:toamitkumar/cytosite.git (fetch)
origin git@github.com:toamitkumar/cytosite.git (push)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment