Skip to content

Commit f3a246c

Browse files
authored
Merge pull request #7440 from TerryGLee/tglee-whatsnew
update the What's New in Visual Studio 2019 page for 16.8 GA
2 parents 313d23e + c22b04c commit f3a246c

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

docs/ide/whats-new-visual-studio-2019.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "What's new in Visual Studio 2019"
33
titleSuffix: ""
44
description: "Learn about the new features in Visual Studio 2019."
5-
ms.date: 08/21/2020
5+
ms.date: 11/10/2020
66
helpviewer_keywords:
77
- "Visual Studio, what's new"
88
- "what's new [Visual Studio]"
@@ -18,15 +18,11 @@ ms.workload:
1818
---
1919
# What's new in Visual Studio 2019
2020

21-
**Updated for the [16.7 release](/visualstudio/releases/2019/release-notes/)**
21+
**Updated for the [16.8 release](/visualstudio/releases/2019/release-notes/)**
2222

2323
>[!div class="button"]
2424
>[Download Visual Studio 2019](https://visualstudio.microsoft.com/downloads)
2525
26-
Visual Studio is constantly changing to meet the demands of developers. In the following video from the **[Microsoft Build](https://mybuild.microsoft.com/)** library, join us for a tour of some of the [newest features](/visualstudio/releases/2019/release-notes/) and a [sneak peek](/visualstudio/releases/2019/release-notes-preview/) at what's to come: <br><br>*Video length: 44.58 minutes*
27-
28-
> [!VIDEO https://channel9.msdn.com/Events/Build/2020/BOD111/player]
29-
3026
With Visual Studio 2019, you'll get best-in-class tools and services for any developer, any app, and any platform. Whether you're using Visual Studio for the first time or you've been using it for years, there's a lot to like in our latest version!
3127

3228
Here's a high-level recap of what's new, all-up:
@@ -132,6 +128,12 @@ The start window also includes options to open a project or solution, open a loc
132128

133129
For more information, see the [Get to code: How we designed the new Visual Studio start window](https://devblogs.microsoft.com/visualstudio/get-to-code-how-we-designed-the-new-visual-studio-start-window/) blog post.
134130

131+
### Git productivity
132+
133+
**New in 16.8** Git is now the default version control experience in Visual Studio 2019. We have built out the feature set and iterated on it based on your feedback during the past two releases. The new experience has now been turned on by default for everyone. From the new Git menu, you can clone, create, or open repositories. Use the integrated Git tool windows to commit and push changes to your code, manage branches, stay up to date with your remote repositories, and resolve merge conflicts.
134+
135+
For more information, see the [Git productivity in Visual Studio](git-with-visual-studio.md) page.
136+
135137
### Live Share
136138

137139
[Visual Studio Live Share](https://visualstudio.microsoft.com/services/live-share/) is a developer service that allows you to share a codebase and its context with a teammate and get instant bidirectional collaboration directly from within Visual Studio. With Live Share, a teammate can read, navigate, edit, and debug a project that you've shared with them, and do so seamlessly and securely.
@@ -216,11 +218,11 @@ Meanwhile, here are a few of our new features currently in the works.
216218

217219
- **Improved Git experience in Visual Studio 2019 (Preview)**
218220

219-
We continue to iterate on a revamped Git experience to improve your productivity when working with code on GitHub, Azure Repos, and other remote hosting services. You can initialize and push from within Visual Studio 2019 with a single action (or click). You can also create new branches, manage current branches, and resolve merge conflicts.
221+
Although the new Git version control experience is now on by default in Visual Studio 2019 [version 16.8](/visualstudio/releases/2019/release-notes/), we continue to add features to enhance the experience in the newest Preview release.
220222

221-
For more information, see the [New Git experience in Visual Studio](git-with-visual-studio.md) page.
223+
For more information, see the [Git productivity in Visual Studio](git-with-visual-studio.md) page.
222224

223-
For more information about the Preview release&mdash;and a download link if you'd like to try it out&mdash;see the **[Visual Studio Preview](https://visualstudio.microsoft.com/vs/preview/)** page.
225+
For more information about the Preview release&mdash;and a download link if you'd like to try it out&mdash;see the **[Visual Studio Preview](https://aka.ms/vspreview/)** page.
224226

225227
## Give us feedback
226228

0 commit comments

Comments
 (0)