heroku change remote code example
Example 1: git remote add heroku
heroku git:remote -a project
Example 2: heroku git remote
heroku git:remote -a name-of-app
Example 3: push heroku
$ git push heroku master
heroku git:remote -a project
heroku git:remote -a name-of-app
$ git push heroku master