I've got an app on heroku, but the time has come to leverage github.
I've ran
$ git rm remote origin
and added the github repo as the master. I've pushed up to github.
But when i run
$ git remote -v
it lists the github repo, but it still also list the remote at git@heroku.com.
Do I need to remove the git@heroku.com remote in order to have heroku always pull off of my github repo when launching the app?