Hello, I'm running into a situation, while my live site is up and running in heroku, some part I need to ask others to modify.
so say, I have myapp point to [email protected]:myapp.git, then I want to add a new app/repo to use as a collabor repo, then say, in my local myapp project, I git remote add [email protected]:myapp-pre.git(which I created), then I git push myapp-pre master, then use it as a collabor repository. The question is, then the several heroku commands, like heroku console, heroku rake etc, how do they know to find which repo/app to work with? That's an interesting question, and I don't want to two environment mess up together. -- 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.
