I create a heroku app and then my machine crashed. I have a new machine. How do I attach my existing app to heroku app. When I visit heroku page the url for my app is like t
If you're using the Heroku Toolbelt, the newer syntax is
heroku git:remote -a project
See this for more.