Skip to content

Commit 59f9d68

Browse files
authored
Merge pull request #7399 from TerryGLee/tglee-newgit
add Note and See Also link for New Git experience
2 parents 86314ec + b467fb4 commit 59f9d68

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

docs/get-started/tutorial-open-project-from-repo.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Tutorial: Open a project from a repo"
33
description: "Learn how to open a project in a Git or Azure DevOps repository by using Visual Studio."
44
ms.custom: "get-started"
5-
ms.date: 03/30/2019
5+
ms.date: 11/03/2020
66
ms.technology: vs-ide-general
77
ms.prod: visual-studio-windows
88
ms.topic: tutorial
@@ -87,6 +87,9 @@ View the following animation to check the work that you completed in the previou
8787

8888
If you do not have a solution file (specifically, a .sln file) in your repo, the fly-out menu will say "No Solutions Found." However, you can double-click any file from the folder menu to open it in the Visual Studio code editor.
8989

90+
> [!TIP]
91+
> If you'd like to try out a new integrated Git experience in Visual Studio and you're using [version 16.6](/visualstudio/releases/2019/release-notes-v16.6) or later, you can toggle it on by going to **Tools** > **Options** > **Environment** > **Preview Features** and then selecting the **New Git user experience** checkbox. For more information, see the [New Git experience in Visual Studio](../ide/git-with-visual-studio.md) page.
92+
9093
::: moniker-end
9194

9295
## Open a project from an Azure DevOps repo
@@ -179,5 +182,18 @@ If you're ready to code with Visual Studio, dive into any of the following langu
179182

180183
## See also
181184

185+
::: moniker range="vs-2017"
186+
182187
- [Azure DevOps Services: Get started with Azure Repos and Visual Studio](/azure/devops/repos/git/gitquickstart/)
183-
- [Microsoft Learn: Get started with Azure DevOps](/learn/modules/get-started-with-devops/)
188+
- [Microsoft Learn: Get started with Azure DevOps](/learn/modules/get-started-with-devops/)
189+
- [New Git experience in Visual Studio 2019](../ide/git-with-visual-studio.md?view=vs-2019&preserve-view=true)
190+
191+
::: moniker-end
192+
193+
::: moniker range="vs-2019"
194+
195+
- [New Git experience in Visual Studio](../ide/git-with-visual-studio.md)
196+
- [Azure DevOps Services: Get started with Azure Repos and Visual Studio](/azure/devops/repos/git/gitquickstart/)
197+
- [Microsoft Learn: Get started with Azure DevOps](/learn/modules/get-started-with-devops/)
198+
199+
::: moniker-end

docs/ide/find-in-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ Appends the results from the search to the previous search results.
104104

105105
- [Finding and replacing text](../ide/finding-and-replacing-text.md)
106106
- [Replace in Files](../ide/replace-in-files.md)
107-
- [Visual Studio commands](../ide/reference/visual-studio-commands.md)
107+
- [Visual Studio commands](../ide/reference/visual-studio-commands.md)

0 commit comments

Comments
 (0)