Skip to content

Instantly share code, notes, and snippets.

@didinahmadi
Created July 8, 2015 01: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 didinahmadi/9519ad8ad91613f3d86c to your computer and use it in GitHub Desktop.
Save didinahmadi/9519ad8ad91613f3d86c to your computer and use it in GitHub Desktop.
didin@didin-ubuntu:$ heroku list
=== My Apps
ancient-springs-9053
arcane-coast-2987
frozen-ocean-2884
immense-citadel-3575
didin@didin-ubuntu:$ git remote -v
heroku https://git.heroku.com/secret-ocean-9491.git (fetch)
heroku https://git.heroku.com/secret-ocean-9491.git (push)
origin git@bitbucket.org:didin/toy_app.git (fetch)
origin git@bitbucket.org:didin/toy_app.git (push)
didin@didin-ubuntu:$ git remote set-url heroku https://git.heroku.com/ancient-springs-9053.git
didin@didin-ubuntu:$ git remote -v
heroku https://git.heroku.com/ancient-springs-9053.git (fetch)
heroku https://git.heroku.com/ancient-springs-9053.git (push)
origin git@bitbucket.org:didin/toy_app.git (fetch)
origin git@bitbucket.org:didin/toy_app.git (push)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment