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