git remote heroku added code example
Example 1: git remote add heroku
heroku git:remote -a project
Example 2: how to check is heroku git remote is added
git remote show heroku
heroku git:remote -a project
git remote show heroku