How to link a folder with an existing Heroku app
To add your Heroku remote as a remote in your current repository, use the following command:
git remote add your_app_name git@heroku.com:your_app_name.git
You can find your Heroku App Name and the Git Repo URL from the Heroku App General Info page



