Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.48 KB

git-quickstart-get-code.md

File metadata and controls

20 lines (14 loc) · 1.48 KB
author ms.author ms.date ms.topic ms.service ms.subservice
vijayma
vijayma
10/18/2022
include
azure-devops-repos
azure-devops-repos-git
  1. From the Git menu on the menu bar, choose Clone Repository...

    :::image type="content" source="../media/gitquickstart/visual-studio-2019/git-experience/clone-repo.png" border="true" alt-text="Screenshot of the 'Clone Repository' option in the Git menu in Visual Studio." lightbox="../media/gitquickstart/visual-studio-2019/git-experience/clone-repo-lrg.png":::

  2. In the Clone a repository window, enter the remote repo location and the folder path for the cloned repo. If you don't know the remote repo location, select Azure DevOps from Browse a repository options.

    :::image type="content" source="../media/gitquickstart/visual-studio-2019/git-experience/specify-repo.png" border="true" alt-text="Screenshot of the 'Clone Repository' window in Visual Studio." lightbox="../media/gitquickstart/visual-studio-2019/git-experience/specify-repo-lrg.png":::

  3. Select Clone. After you’ve cloned a Git repository, Visual Studio detects the repository and adds it to your list of Local Repositories in the Git menu.

    :::image type="content" source="../media/gitquickstart/visual-studio-2019/git-experience/local-repositories.png" border="true" alt-text="Screenshot of the 'Local Repositories' option in the Git menu in Visual Studio." lightbox="../media/gitquickstart/visual-studio-2019/git-experience/local-repositories-lrg.png":::