We're using TeamCity 6 together with Github Enterprise. Our current project has quite a lot of branches. The current setup of the build configurations is that we create a new VCS root for every branch.
This does not seem the way we should do it.
Is there a way we can define a single VCS root pointing to our Github repository and then configuring the for every single build?
I've seen this post: To where should I point the VCS root of TeamCity?
But not sure whether this applies to Github as well?