git remote add heroku [email protected]:project.git code example
Example 1: git remote add heroku
heroku git:remote -a project
Example 2: git push to heroku
$ git push heroku master
heroku git:remote -a project
$ git push heroku master