push cahanges to heroku 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
$ git push heroku master
$ git remote rename heroku heroku-staging