commands to deploy to heroku code example
Example 1: heroku cli
npm i -g heroku
code to install heroku in windows
Example 2: how to force push to heroku
git push --force heroku master
npm i -g heroku
code to install heroku in windows
git push --force heroku master