From d28abb3926744e2e7cc301d49f7d53aca2496180 Mon Sep 17 00:00:00 2001 From: Jamie Cansdale Date: Tue, 26 Feb 2019 10:29:54 +0000 Subject: [PATCH] Add Start Window instructions for VS 2019 --- docs/using/cloning-a-repository-to-visual-studio.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/using/cloning-a-repository-to-visual-studio.md b/docs/using/cloning-a-repository-to-visual-studio.md index 038c9534a3..76035b52fb 100644 --- a/docs/using/cloning-a-repository-to-visual-studio.md +++ b/docs/using/cloning-a-repository-to-visual-studio.md @@ -20,6 +20,11 @@ Next to the account you want to clone from, click **Clone**. Using Visual Studio 2017, click the `GitHub` button on the `Start Page` to open the clone dialog. +### From the **Start Window** + +Using Visual Studio 2019, on the `Start Window` select `Clone or check out code` and then click the `GitHub` button to open the clone dialog. + + ### From the **File** menu Go to `File > Open > Open From GitHub...`