git add a heroku remote code example
Example 1: how to add existing heroku remote
git remote add heroku git@heroku.com:project.git
Example 2: push heroku
$ git push heroku master
git remote add heroku git@heroku.com:project.git
$ git push heroku master