|
2 | 2 |
|
3 | 3 | After you provide your GitHub or GitHub Enterprise credentials to GitHub for Visual Studio, the extension automatically detects the personal, collaborator and organization repositories you have access to on your account. |
4 | 4 |
|
5 | | -1. Open **Team Explorer** by clicking on its tab next to *Solution Explorer*, or via the *View* menu. |
6 | | -2. Click the **Manage Connections** toolbar button. |
| 5 | +## Opening the clone dialog |
| 6 | + |
| 7 | +### From **Team Explorer** |
| 8 | + |
| 9 | +Open **Team Explorer** by clicking on its tab next to *Solution Explorer*, or via the *View* menu. |
| 10 | +Click the **Manage Connections** toolbar button. |
7 | 11 |
|
8 | 12 |  |
9 | 13 |
|
10 | | -3. Next to the account you want to clone from, click **Clone**. |
| 14 | +Next to the account you want to clone from, click **Clone**. |
11 | 15 |
|
12 | 16 |  |
13 | 17 |
|
14 | | -4. In the list of repositories, scroll until you find the repository you'd like to clone. You can also filter the repository results by using the *Filter* text box. |
| 18 | +### From the **Start Page** |
| 19 | + |
| 20 | +Using Visual Studio 2017, click the GitHub button on the Start Page to open the clone dialog. |
| 21 | + |
| 22 | + |
| 23 | +### From the menu |
| 24 | + |
| 25 | +Go to `File > Open > Open From GitHub...` |
| 26 | + |
| 27 | + |
| 28 | +## Clone repositories |
| 29 | +1. In the list of repositories, scroll until you find the repository you'd like to clone. You can also filter the repository results by using the *Filter* text box. |
15 | 30 |
|
16 | 31 |  |
17 | 32 |
|
18 | 33 | In addition to using the list of personal, collaborator and organization repositories, you can use the URL tab to clone a public repository by its URL or using the repository owner and name. |
19 | 34 |
|
20 | 35 |  |
21 | 36 |
|
22 | | -5. If desired, change the local path that the repository will be cloned into, or leave the default as-is. |
23 | | -6. Once a repository is selected and the path is set, Click **Clone**. |
24 | | -7. In Team Explorer, under the list of solutions, double-click on a solution to open it in Visual Studio. |
| 37 | +2. If desired, change the local path that the repository will be cloned into, or leave the default as-is. |
| 38 | +3. Once a repository is selected and the path is set, Click **Clone**. |
| 39 | +4. In Team Explorer, under the list of solutions, double-click on a solution to open it in Visual Studio. |
0 commit comments