-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Clarifying that there is Git support on older VS versions. #1727
base: main
Are you sure you want to change the base?
Conversation
@@ -1,7 +1,7 @@ | |||
=== Git in Visual Studio | |||
|
|||
(((Visual Studio))) | |||
Visual Studio has Git tooling built directly into the IDE, starting with Visual Studio 2019 version 16.8. | |||
Visual Studio has Git tooling built directly into the IDE. On previews versions of Visual Studio, Git support can be found in Team Explorer. Starting from Visual Studio 2019 version 16.8, Visual Studio has all new Git experience. We recommend using the latest version of Visual Studio to get the best Git experience. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On previous versions...
Visual Studio has an all new Git experience.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the feedback @clboles. All feedback has been addressed.
@@ -1,7 +1,7 @@ | |||
=== Git in Visual Studio | |||
|
|||
(((Visual Studio))) | |||
Visual Studio has Git tooling built directly into the IDE, starting with Visual Studio 2019 version 16.8. | |||
Visual Studio has Git tooling built directly into the IDE. On previous versions of Visual Studio, Git support can be found in Team Explorer. Starting from Visual Studio 2019 version 16.8, Visual Studio has an all new Git experience. We recommend using the latest version of Visual Studio to get the best Git experience. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay. The content here is fine, but can we split each sentence onto its own line? It helps with future diffs.
Visual Studio has Git tooling built directly into the IDE. On previous versions of Visual Studio, Git support can be found in Team Explorer. Starting from Visual Studio 2019 version 16.8, Visual Studio has an all new Git experience. We recommend using the latest version of Visual Studio to get the best Git experience. | |
Visual Studio has Git tooling built directly into the IDE. | |
On previous versions of Visual Studio, Git support can be found in Team Explorer. | |
Starting from Visual Studio 2019 version 16.8, Visual Studio has an all new Git experience. | |
We recommend using the latest version of Visual Studio to get the best Git experience. |
Requesting to update the first paragraph to clarify that Visual Studio had Git support before 16.8 and now we have a new Git experience.