Team Explorer reference

This article provides links to Azure DevOps articles about the various functions in Team Explorer.

Use the Team Explorer tool window to coordinate your code efforts with other team members to develop a project, and to manage work that's assigned to you, your team, or your projects. Team Explorer connects Visual Studio to Git and GitHub repositories, Team Foundation version control (TFVC) repositories, and projects hosted on Azure DevOps Services or an on-premises Azure DevOps Server (formerly known as Team Foundation Server, or TFS). You can manage source code, work items, and builds.

Important

Starting with the release of Visual Studio 2019 version 16.8, the Git version control experience is the default. If you'd like to learn more about how it compares with Team Explorer, see the Side-by-side comparison of Git and Team Explorer page.

Home page

After you connect to a project in Team Explorer, the following links become available in the Project section:

The Home page has different functions depending on whether you're connected to a Git or Team Foundation Version Control (TFVC) repository.

Tip

For a comparison of the two version control systems, see Choose the right version control for your project (Azure DevOps).

Home page with Git Home page with TFVC
Team Explorer Home page with Git in Visual Studio 2019 Team Explorer Home page with TFVC in Visual Studio

Changes page (Git)

See Save work with commits.

Branches page (Git)

See Create work in branches.

Pull Requests page (Git)

See Review code with pull requests.

Sync page (Git)

See Update code with fetch and pull.

Tags page (Git)

See Work with Git tags.

My Work page (TFVC)

See Suspend/resume work and Code review.

Pending Changes page (TFVC)

See Manage pending changes, Find shelvesets, and Resolve conflicts.

Source Control Explorer page (TFVC)

See Add/view files and folders.

Work Items page

The Work Items page lets you see work item queries. See:

Note

Starting with Visual Studio 2019 and continuing with later versions, there's a new Work Items experience. For information, see View and add work items.

Builds page

The Builds page lets you see build definitions for the project.

See:

Settings page

The Settings page lets you configure administrative features for either a project or project collection. See the following articles:

Project Project Collection Other
Security, Group Membership
Security, Source Control (TFVC)
Work Item Areas
Work Item Iterations
Portal Settings
Project Alerts
Security, Group Membership
Source Control (TFVC)
Process Template Manager
Git Global Settings
Git Repository Settings

See also