how to add git files to heroku deploymant code example
Example 1: how to add existing heroku remote
git remote add heroku [email protected]:project.git
Example 2: add heroku to cli
$ brew tap heroku/brew && brew install heroku
git remote add heroku [email protected]:project.git
$ brew tap heroku/brew && brew install heroku