heroku redeploy app code example
Example 1: git remote add heroku
heroku git:remote -a project
Example 2: how to force push to heroku
git push --force heroku master
heroku git:remote -a project
git push --force heroku master