Created
July 8, 2015 01:58
-
-
Save didinahmadi/9519ad8ad91613f3d86c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected]:didin/toy_app.git (fetch) | |
origin [email protected]: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 [email protected]:didin/toy_app.git (fetch) | |
origin [email protected]:didin/toy_app.git (push) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment