add heroku remote to existing repository code example
Example 1: how to add existing heroku remote
git remote add heroku [email protected]:project.git
Example 2: how to force push to heroku
git push --force heroku master
Example 3: heroku git remote
heroku git:remote -a name-of-app