I'm new to vsts and git. So I may be missing something obvious or not understanding how vsts will work.
Our team will be using a centralized workflow. Is there a place in VSTS to set up a place to house all of the repositries?
If I have over 50 repos and some of them are used on many projects. For example a web service project that provides common data to a bunch of different apps (website, internal support apps, mobile etc.)
If a project is created in vsts and that webservice and the moible app needs to be changed, it seems like the only option is to import the git repo directly into that project. When the project ends where does the repo go? Is there a way to set up a central place to house all the repos in VSTS? If so what is the work flow for using that repo (and others) in my new project?
Update
I know that git is distributed, however we still have a need to a repo that represents the most up to date repo. In the git book this is called the 'central' or 'blessed' repository.
Since VSTS creates a separate repo for every project. I am wondering how to manage this work flow from VSTS or is this something that is going to be a manual process.
I assume this is a common set up. Enterprise sized company with 50 - 100 code repos. Many projects that can touch many of the repos. I want to manage as much as I can from VSTS.

