heroku add to existing app code example
Example 1: how to add existing heroku remote
git remote add heroku git@heroku.com:project.git
Example 2: heroku add to existing app
heroku git:remote -a thawing-inlet-61413
Example 3: push heroku
$ git push heroku master