heroku add origin code example
Example 1: how to add existing heroku remote
git remote add heroku [email protected]:project.git
Example 2: heroku restart
heroku ps:restart web -a <my app name>
Example 3: heroku git remote
heroku git:remote -a name-of-app
Example 4: push heroku
$ git push heroku master