how to add heroku git remote for collaborator code example
Example 1: git remote add heroku
heroku git:remote -a project
Example 2: set git remote heroku to https://git.heroku.com/resume-projects.git
$ git push heroku master
Initializing repository, done.
updating 'refs/heads/master'
...