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