heroku set app code example
Example 1: git remote add heroku
heroku git:remote -a project
Example 2: heroku git remote
heroku git:remote -a name-of-app
Example 3: push heroku
$ git push heroku master
Example 4: heroku and github on termi
$ git remote rename heroku heroku-staging