Skip to content

Commit 4163ee9

Browse files
authored
Merge pull request #8023 from TerryGLee/tglee-gitlanding
add Version Control landing page for the new Git experience
2 parents a204d47 + 9fc0d0d commit 4163ee9

File tree

85 files changed

+167
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+167
-95
lines changed

.openpublishing.redirection.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45645,6 +45645,21 @@
4564545645
"redirect_url": "/visualstudio/ide/quickstart-visual-basic-console",
4564645646
"redirect_document_id": false
4564745647
},
45648+
{
45649+
"source_path": "docs/ide/git-with-visual-studio.md",
45650+
"redirect_url": "/visualstudio/version-control/git-with-visual-studio",
45651+
"redirect_document_id": false
45652+
},
45653+
{
45654+
"source_path": "docs/ide/git-visual-studio-source-control.md",
45655+
"redirect_url": "/visualstudio/version-control/git-visual-studio-source-control",
45656+
"redirect_document_id": false
45657+
},
45658+
{
45659+
"source_path": "docs/ide/git-team-explorer-feature-comparison.md",
45660+
"redirect_url": "/visualstudio/version-control/git-team-explorer-feature-comparison",
45661+
"redirect_document_id": false
45662+
},
4564845663
{
4564945664
"source_path": "docs/ide/globalizing-applications.md",
4565045665
"redirect_url": "/visualstudio/ide/globalizing-and-localizing-applications",
@@ -52115,11 +52130,6 @@
5211552130
"redirect_url": "/dotnet/fundamentals/code-analysis/quality-rules/ca1824",
5211652131
"redirect_document_id": false
5211752132
},
52118-
{
52119-
"source_path": "docs/version-control/index.md",
52120-
"redirect_url": "/azure/devops/repos?view=azure-devops",
52121-
"redirect_document_id": false
52122-
},
5212352133
{
5212452134
"source_path": "docs/code-quality/ca2200-rethrow-to-preserve-stack-details.md",
5212552135
"redirect_url": "/dotnet/fundamentals/code-analysis/quality-rules/ca2200",

docs/ide/git-team-explorer-feature-comparison.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ For more information, see the [Get to code: How we designed the new Visual Studi
140140

141141
**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.
142142

143-
For more information, see the [Git experience in Visual Studio](git-with-visual-studio.md) page.
143+
For more information, see the [Git experience in Visual Studio](../version-control/git-with-visual-studio.md) page.
144144

145145
### Live Share
146146

@@ -222,7 +222,7 @@ Meanwhile, here is a new feature that's currently in the works.
222222

223223
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.
224224

225-
For more information, see the [Git experience in Visual Studio](git-with-visual-studio.md) page.
225+
For more information, see the [Git experience in Visual Studio](../version-control/git-with-visual-studio.md) page.
226226

227227
For more information about the Preview release—and a download link if you'd like to try it out—see the **[Visual Studio Preview](https://aka.ms/vspreview/)** page.
228228

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Welcome to the history of what's new in Visual Studio docs. This article contain
291291

292292
**Updated articles**
293293

294-
- [Git experience in Visual Studio](./git-with-visual-studio.md)
294+
- [Git experience in Visual Studio](../version-control/git-with-visual-studio.md)
295295
- Updated alt text & metadata
296296
- Updates to New Git Experience content for 16.8 GA
297297
- [What's new in Visual Studio 2019](./whats-new-visual-studio-2019.md)
@@ -477,7 +477,7 @@ Welcome to the history of what's new in Visual Studio docs. This article contain
477477

478478
**New articles**
479479

480-
- [New Git experience in Visual Studio (Preview)](./git-with-visual-studio.md) - add New Git Experience content (Preview)
480+
- [New Git experience in Visual Studio (Preview)](../version-control/git-with-visual-studio.md) - add New Git Experience content (Preview)
481481
- [C++ EditorConfig formatting conventions](./cpp-editorconfig-properties.md) - new article
482482
- [What is GitHub Codespaces? (Preview)](./codespaces/codespaces-overview.md) - add Codespaces (Preview) content
483483
- [How to customize a codespace (Preview)](./codespaces/customize-codespaces.md) - add Codespaces (Preview) content

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ Welcome to what's new in the Visual Studio docs for March 2021. This article lis
8080
## IDE
8181

8282
**New articles**
83-
- [How Visual Studio makes source control easy](./git-visual-studio-source-control.md) - create new Visual Studio Source Control topic
83+
- [How Visual Studio makes source control easy](../version-control/git-visual-studio-source-control.md) - create new Visual Studio Source Control topic
8484
- [Developer Command Prompt and Developer PowerShell](./reference/command-prompt-powershell.md) - Developer Command Prompt and Developer PowerShell
85-
- [Side-by-side comparison of Git and Team Explorer](./git-team-explorer-feature-comparison.md) - add new side-by-side comparison page of Team Explorer and new Git features
85+
- [Side-by-side comparison of Git and Team Explorer](../version-control/git-team-explorer-feature-comparison.md) - add new side-by-side comparison page of Team Explorer and new Git features
8686

8787
**Updated articles**
8888

docs/toc.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -905,15 +905,8 @@
905905
href: ide/walkthrough-creating-a-multiple-computer-build-environment.md
906906
- name: Debug >>
907907
href: debugger/index.yml
908-
- name: Version control
909-
expanded: true
910-
items:
911-
- name: The new Git experience in Visual Studio
912-
href: ide/git-with-visual-studio.md
913-
- name: How Visual Studio makes source control easy
914-
href: ide/git-visual-studio-source-control.md
915-
- name: Compare Git and Team Explorer side-by-side
916-
href: ide/git-team-explorer-feature-comparison.md
908+
- name: Version control >>
909+
href: version-control/index.yml
917910
- name: Test >>
918911
displayName: Unit testing
919912
href: test/index.yml

0 commit comments

Comments
 (0)