how to link code to an existing heroku app code example
Example 1: how to add existing heroku remote
git remote add heroku [email protected]:project.git
Example 2: git push to heroku
$ git push heroku master
git remote add heroku [email protected]:project.git
$ git push heroku master