ターミナルから「git remote -v」を実行すると、次のようになります。
heroku git@heroku.com:obscure-taiga-9581.git (fetch)
heroku git@heroku.com:obscure-taiga-9581.git (push)
origin http://coastguard-quiz.herokuapp.com/ (fetch)
origin http://coastguard-quiz.herokuapp.com/ (push)
「git@heroku.com:obscure-taiga-9581.git」の部分を差し替えたい。それ、どうやったら出来るの?