How to add heroku git to git project code example
Example 1: git push to heroku
$ git push heroku master
Example 2: heroku git remote
heroku git:remote -a name-of-app
$ git push heroku master
heroku git:remote -a name-of-app