heroku change repository code example
Example 1: heroku and github on termi
$ git remote rename heroku heroku-staging
Example 2: set git remote heroku to https://git.heroku.com/resume-projects.git
$ git push heroku testbranch:master
$ git remote rename heroku heroku-staging
$ git push heroku testbranch:master