how to push code to heroku using git commands code example
Example 1: git push to heroku
$ git push heroku master
Example 2: how to force push heroku
git push -f heroku master
$ git push heroku master
git push -f heroku master