what to do after heroku git push heroku master code example
Example 1: how to force push to heroku
git push --force heroku master
Example 2: heroku git remote
heroku git:remote -a name-of-app
Example 3: push heroku
$ git push heroku master
git push --force heroku master
heroku git:remote -a name-of-app
$ git push heroku master