heroku app not building after push code example
Example 1: how to force push to heroku
git push --force heroku master
Example 2: set git remote heroku to https://git.heroku.com/resume-projects.git
$ git push heroku testbranch:master
git push --force heroku master
$ git push heroku testbranch:master