how to add heroku to git bash path code example
Example 1: renaming heroku app
$ git remote rm heroku
$ heroku git:remote -a newname
Example 2: add heroku to cli
$ brew tap heroku/brew && brew install heroku
$ git remote rm heroku
$ heroku git:remote -a newname
$ brew tap heroku/brew && brew install heroku