» Error: Git must be installed to use the Heroku CLI. See instructions here: https://git-scm.com code example
Example 1: how to force push to heroku
git push --force heroku master
Example 2: push heroku
$ git push heroku master
git push --force heroku master
$ git push heroku master