Skip to content

Repo sync for protected CLA branch #8627

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions docs/ide/connect-team-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Connect to projects in Team Explorer
description: Learn how to use Team Explorer in Visual Studio to work with team members to develop and manage projects.
ms.custom: SEO-VS-2020
ms.date: 11/11/2021
ms.date: 11/02/2022
ms.topic: conceptual
ms.author: tglee
author: TerryGLee
Expand All @@ -15,7 +15,7 @@ monikerRange: "<=vs-2019"

::: moniker range="vs-2019"

Team Explorer connects Visual Studio 2019 and earlier to Team Foundation version control (TFVC) repositories, and to projects hosted on [Azure DevOps Services](/azure/devops/user-guide/what-is-azure-devops) or an on-premises [Azure DevOps Server](/azure/devops/user-guide/about-azure-devops-services-tfs?view=azure-devops&preserve-view=true) (formerly known as TFS). You can manage source code, work items, and builds.
Team Explorer connects Visual Studio 2019 and earlier to Team Foundation version control (TFVC) repositories, and to projects hosted on [Azure DevOps Services](/azure/devops/user-guide/what-is-azure-devops) or an on-premises [Azure DevOps Server](/azure/devops/user-guide/about-azure-devops-services-tfs?view=azure-devops&preserve-view=true) (formerly known as Team Foundation Server, or TFS). You can manage source code, work items, and builds.

> [!IMPORTANT]
> With the release of Visual Studio 2019 [**version 16.8**](/visualstudio/releases/2019/release-notes-history), the Git version control experience is on by 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**](../version-control/git-team-explorer-feature-comparison.md) page.
Expand Down Expand Up @@ -90,10 +90,9 @@ How you use Team Explorer to connect to a project depends on the version of Visu

::: moniker-end

## See also
## Next steps

Explore the following resources to continue your learning:

- [Compare Git and Team Explorer side-by-side](../version-control/git-team-explorer-feature-comparison.md)
- [Visual Studio version control documentation](../version-control/index.yml)
- [Team Explorer reference](reference/team-explorer-reference.md)
- [Connect to a project (Azure DevOps)](/azure/devops/organizations/projects/connect-to-projects)
- [Troubleshoot connecting to a project](/azure/devops/user-guide/troubleshoot-connection?view=azure-devops&preserve-view=true)
- [Compare Git and Team Explorer side-by-side](../version-control/git-team-explorer-feature-comparison.md)
4 changes: 2 additions & 2 deletions docs/ide/reference/team-explorer-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Team Explorer reference
description: Learn about the various functions in Team Explorer to manage work and coordinate with other team members to develop a project.
ms.custom: SEO-VS-2020
ms.date: 12/04/2018
ms.date: 11/02/2022
ms.topic: reference
ms.author: kaelli
author: KathrynEE
Expand All @@ -15,7 +15,7 @@ monikerRange: "<=vs-2019"

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](/azure/devops/user-guide/what-is-azure-devops-services) or an on-premises [Azure DevOps Server](/azure/devops/index-all) (formerly known as TFS). You can manage source code, work items, and builds.
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](/azure/devops/user-guide/what-is-azure-devops-services) or an on-premises [Azure DevOps Server](/azure/devops/index-all) (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**](/visualstudio/releases/2019/release-notes-history), 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**](../../version-control/git-team-explorer-feature-comparison.md) page.
Expand Down