sync heroku origin with master code example
Example 1: how to push to heroku outside the master branch
git push -f heroku HEAD:master
Example 2: set git remote heroku to https://git.heroku.com/resume-projects.git
$ git push heroku testbranch:master