heroku cli change app folder code example
Example 1: heroku git remote
heroku git:remote -a name-of-app
Example 2: heroku create with name
heroku create name-of-app
heroku git:remote -a name-of-app
heroku create name-of-app