how to push to heroku from terminal code example
Example 1: heroku git remote
heroku git:remote -a name-of-app
Example 2: git push to heroku
$ git push heroku master
heroku git:remote -a name-of-app
$ git push heroku master