You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/version-control/git-with-visual-studio.md
+8-17Lines changed: 8 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
title: The Git experience in Visual Studio
3
3
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
6
6
ms.topic: overview
7
7
ms.author: tglee
8
8
author: TerryGLee
@@ -14,28 +14,28 @@ ms.manager: jmartens
14
14
15
15
::: moniker range=">=vs-2022"
16
16
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.
18
18
19
19
::: moniker-end
20
20
21
21
::: moniker range="<=vs-2019"
22
22
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.
24
24
25
25
> [!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.
27
27
28
28
::: moniker-end
29
29
30
-
## Get started
30
+
## Learn more about Git
31
31
32
32
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.
33
33
34
34
## How to use Git in Visual Studio
35
35
36
36
::: moniker range="<=vs-2019"
37
37
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*
@@ -219,18 +219,9 @@ While the new Git experience is now on by default starting with Visual Studio 20
219
219
220
220
## See also
221
221
222
-
::: moniker range="<=vs-2019"
223
222
-[Get Started with Git and GitHub in Visual Studio](/learn/modules/visual-studio-github-push/) tutorial on Microsoft Learn
224
223
-[Getting started with Git in Visual Studio](https://www.youtube.com/watch?v=GCZ9x3yqkyc) video on YouTube
225
224
-[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
230
225
-[Work with GitHub accounts in Visual Studio](../ide/work-with-github-accounts.md)
231
226
-[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