今、アプリケーションディレクトリにいるときにターミナルでgit remote -vと入力すると、次のようになります。
heroku git@heroku.com:falling-samurai-3043.git (fetch)
heroku git@heroku.com:falling-samurai-3043.git (push)
origin git@github.com:obsideous/sample_app.git (fetch)
origin git@github.com:obsideous/sample_app.git (push)
falling-smurai-3043
heroku Webサイトのアカウントから破棄したため、存在しなくなりました。私はそれを次のように見せたいです:
heroku git@heroku.com:(one that I create).git (fetch)
heroku git@heroku.com:(one that I create).git (push)
origin git@github.com:BigBoy1337/sample_app.git (fetch)
origin git@github.com:BigBoy1337/sample_app.git (push)
obsideous
は私の古いアカウントでBigBoy1337
あり、すべてを切り替えようとしている新しいGitHubアカウントです。
これらの変更をどのように実行できますか。私はこのようなものに精通しているので、詳細であるほど良いです。ありがとう!