push git code to separate heroku app code example
Example 1: set git remote heroku to https://git.heroku.com/resume-projects.git
$ git push heroku master
Initializing repository, done.
updating 'refs/heads/master'
...
Example 2: how to push to heroku outside the master branch
git push -f heroku HEAD:master