我在 heroku 上有一个应用程序,但现在是利用 github 的时候了。
我跑过
$ git rm remote origin
并将 github repo 添加为 master。我已经推到了github。
但是当我跑步时
$ git remote -v
它列出了 github repo,但它仍然在 git@heroku.com 上列出了远程。
我是否需要删除git@heroku.com
遥控器才能让 heroku 在启动应用程序时始终从我的 github 存储库中退出?