Working with Team Projects
Team Foundation Server also supports Team Projects, which is nothing but a collection of work items, code, tests, and so on, and used by a set of members of a team to work and track a set of related items.
In this section, we will learn how to use Visual Studio 2017 to connect to a Team Project, clone an existing project, sync your changes, create code review requests, and rollback any changes already committed to the repository.
Connecting to a Team Project
To connect to a Team Project in Visual Studio, open Team Explorer
and click on the Connect...
link, as shown in the following screenshot. This will open a page where you can add the TFS server that you want to connect:

Once you add the server, you will get a list of Team Projects and Git repositories already hosted on that server. Select the one that you want to connect with. Click on the Connect
button to continue.
Visual Studio Team Services (https://www.visualstudio.com/vso/) provides you with an online source...