heroku set remote code example
Example 1: how to add existing heroku remote
git remote add heroku [email protected]:project.git
Example 2: git push to heroku
$ git push heroku master
Example 3: heroku create with name
heroku create name-of-app
Example 4: set git remote heroku to https://git.heroku.com/resume-projects.git
$ git push heroku testbranch:master