Skip to content
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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion book/A-git-in-other-environments/sections/visualstudio.asc
Original file line number Diff line number Diff line change
@@ -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.
Copy link

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.

Copy link
Author

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.


The tooling supports the following Git functionality:

Expand Down