git repo and heroku not linked anymore 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
git push --force heroku master
heroku git:remote -a name-of-app