Skip to content

Commit e07ef02

Browse files
authored
Merge pull request #8658 from TerryGLee/tglee-patch16
fine-tune introductory messaging on the Git overview page
2 parents 0841d3f + 9851ec1 commit e07ef02

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

docs/version-control/git-with-visual-studio.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: The Git experience in Visual Studio
33
titleSuffix: ""
4-
description: Learn how the new integrated Git experience in Visual Studio 2019 can help you be more productive.
5-
ms.date: 09/07/2021
4+
description: Learn how the new integrated Git experience in Visual Studio can help you be more productive.
5+
ms.date: 09/08/2021
66
ms.topic: overview
77
ms.author: tglee
88
author: TerryGLee
@@ -14,28 +14,28 @@ ms.manager: jmartens
1414

1515
::: moniker range=">=vs-2022"
1616

17-
Git is the default version control experience in Visual Studio. We continue to build out the feature set and iterate on it, based on your feedback. To learn more about one of the recent feature updates, see the [Multi-repo support in Visual Studio](https://devblogs.microsoft.com/visualstudio/multi-repo-support-in-visual-studio/) blog post.
17+
Git is the default version control experience in Visual Studio. We continue to build out the feature set and iterate on it based on your feedback. For more info about a recent feature update along with a link to survey where you can share your feedback on it, see the [Multi-repo support in Visual Studio](https://devblogs.microsoft.com/visualstudio/multi-repo-support-in-visual-studio/) blog post.
1818

1919
::: moniker-end
2020

2121
::: moniker range="<=vs-2019"
2222

23-
Git is now the default version control experience in Visual Studio 2019. Since [version 16.6](/visualstudio/releases/2019/release-notes-v16.6), we've worked on building out the feature set and iterating on it based on your feedback. The new Git experience is turned on by default for everyone, starting with the release of [version 16.8](/visualstudio/releases/2019/release-notes-v16.8).
23+
Git is now the default version control experience in Visual Studio 2019. Since [version 16.6](/visualstudio/releases/2019/release-notes-v16.6), we've worked on building out the feature set and iterating on it based on your feedback. In [version 16.8](/visualstudio/releases/2019/release-notes-v16.8), it became the default version control experience for everyone.
2424

2525
> [!NOTE]
26-
> We continue to build out and iterate on the Git feature set in Visual Studio 2022, too. To learn more about one of the recent feature updates, see the [Multi-repo support in Visual Studio](https://devblogs.microsoft.com/visualstudio/multi-repo-support-in-visual-studio/) blog post.
26+
> We continue to build out and iterate on the Git feature set in [Visual Studio 2022 Preview](/visualstudio/releases/2022/release-notes-preview), too. To learn more about a recent feature update, see the [Multi-repo support in Visual Studio](https://devblogs.microsoft.com/visualstudio/multi-repo-support-in-visual-studio/) blog post.
2727
2828
::: moniker-end
2929

30-
## Get started
30+
## Learn more about Git
3131

3232
Git is the most widely used modern version control system, so whether you're a professional developer or if you’re learning how to code, Git can be very useful to you. If you are new to Git, the [https://git-scm.com/](https://git-scm.com/) website is a good place to start. There, you'll find cheat sheets, a popular online book, and Git Basics videos.
3333

3434
## How to use Git in Visual Studio
3535

3636
::: moniker range="<=vs-2019"
3737

38-
We'll walk you through how to use the new Git experience in Visual Studio 2019, but if you'd like to take a quick tour first, check out the following video: <br><br>*Video length: 5.27 minutes*
38+
We'll walk you through how to use the new Git experience in Visual Studio, but if you'd like to take a quick tour first, check out the following video: <br><br>*Video length: 5.27 minutes*
3939

4040
> [!VIDEO https://www.youtube.com/embed/UHrAg3iKoe0]
4141
@@ -219,18 +219,9 @@ While the new Git experience is now on by default starting with Visual Studio 20
219219
220220
## See also
221221

222-
::: moniker range="<=vs-2019"
223222
- [Get Started with Git and GitHub in Visual Studio](/learn/modules/visual-studio-github-push/) tutorial on Microsoft Learn
224223
- [Getting started with Git in Visual Studio](https://www.youtube.com/watch?v=GCZ9x3yqkyc) video on YouTube
225224
- [Announcing the Release of the Git Experience in Visual Studio](https://devblogs.microsoft.com/visualstudio/announcing-the-release-of-the-git-experience-in-visual-studio/) blog post
226-
- [The launch of the new Git experience](https://www.youtube.com/watch?v=UHrAg3iKoe0&t) video on YouTube
227-
- [The Visual Studio Toolbox series presents: The new Git experience](https://channel9.msdn.com/Shows/Visual-Studio-Toolbox/The-New-Git-Experience) video on Channel 9 and on [YouTube](https://www.youtube.com/watch?v=ZiQ2LXtAJ6I&feature=youtu.be)
228-
- [Exciting new updates to the Git experience in Visual Studio](https://devblogs.microsoft.com/visualstudio/exciting-new-updates-to-the-git-experience-in-visual-studio/) blog post
229-
- [Improved Git Experience in Visual Studio 2019](https://devblogs.microsoft.com/visualstudio/improved-git-experience-in-visual-studio-2019/) blog post
230225
- [Work with GitHub accounts in Visual Studio](../ide/work-with-github-accounts.md)
231226
- [Visual Studio 2019 release notes](/visualstudio/releases/2019/release-notes)
232-
::: moniker-end
233-
234-
::: moniker range=">=vs-2019"
235-
- [Visual Studio 2022 Preview release notes](/visualstudio/releases/2022/release-notes-preview)
236-
::: moniker-end
227+
- [Visual Studio 2022 Preview release notes](/visualstudio/releases/2022/release-notes-preview)

0 commit comments

Comments
 (0)