how to add heroku as origin in current github repo from cmd code example
Example 1: how to add existing heroku remote
git remote add heroku [email protected]:project.git
Example 2: git remote add heroku
heroku git:remote -a project
git remote add heroku [email protected]:project.git
heroku git:remote -a project