gem. Lets you do this other stuff... • heroku create • will create it on heroku with a random name! • heroku rename • git remote -v • Lists all your remote paths! You should see a new heroku one on there now.
origin... we're using github =) • git push heroku • Pushes it to your heroku route (as we saw in git remote -v !) • heroku open • Opens it in your default browser