I'm not sure I quite understand your question but if you are saying for example 
you have two heroku sites setup but they share the same repository (like 
staging and live) then you can specify --app as part of the heroku command line 
tool.

Such as:

$ heroku info --app cloudmailin


On 30 Dec 2010, at 11:45, femto Zheng wrote:

> 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 g...@heroku.com: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 
> g...@heroku.com: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 her...@googlegroups.com.
> To unsubscribe from this group, send email to 
> heroku+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/heroku?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to