add existing heroku remote code example
Example 1: how to add existing heroku remote
git remote add heroku [email protected]:project.git
Example 2: heroku and github on termi
$ git remote rename heroku heroku-staging
git remote add heroku [email protected]:project.git
$ git remote rename heroku heroku-staging