push to heroku command line code example
Example 1: git remote add heroku
heroku git:remote -a project
Example 2: heroku cli
npm i -g heroku
code to install heroku in windows
Example 3: git push to heroku
$ git push heroku master
heroku git:remote -a project
npm i -g heroku
code to install heroku in windows
$ git push heroku master