set git remote heroku code example
Example 1: how to add existing heroku remote
git remote add heroku git@heroku.com:project.git
Example 2: git remote add heroku
heroku git:remote -a project
Example 3: git push to heroku
$ git push heroku master
Example 4: heroku git remote
heroku git:remote -a name-of-app