This is in the docs already, here http://docs.heroku.com/renaming-apps just by going to heroku.com -> Docs -> Renaming apps. But perhaps Adam you could list the method you just mentioned on that page, instead of editing .git/config directly? Perhaps heroku rename should provide these directions directly or via that link.
On May 2, 9:28 pm, zlu <[email protected]> wrote: > That did the trick. Thanks a lot! > > On May 2, 8:38 pm, Adam Wiggins <[email protected]> wrote: > > > Try this: > > > git remote rm heroku > > git remote add heroku [email protected]:followme.git > > > Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
