$ heroku create
> Creating app... done, ⬢ thawing-inlet-61413
> https://thawing-inlet-61413.herokuapp.com/ | https://git.heroku.com/thawing-inlet-61413.git
git remote -v
> heroku https://git.heroku.com/thawing-inlet-61413.git (fetch)
> heroku https://git.heroku.com/thawing-inlet-61413.git (push)
$ git push heroku master
> Initializing repository, done.
> updating 'refs/heads/master'
> ...
$ git push heroku testbranch:master
$ heroku logs
$ heroku open