Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 704e421

Browse files
authored
Collaborators, public repositories and solutions
- Add `collaborator` repositories to the types that appear in the list - Mention that the URL tab can be used to clone a public repositories - The user now needs to double-click on a solution not a repository
1 parent 0210df0 commit 704e421

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/using/cloning-a-repository-to-visual-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cloning a repository to Visual Studio
22

3-
After you provide your GitHub or GitHub Enterprise credentials to GitHub for Visual Studio, the extension automatically detects the personal and organization repositories you have access to on your account.
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.
44

55
1. Open **Team Explorer** by clicking on its tab next to *Solution Explorer*, or via the *View* menu.
66
2. Click the **Manage Connections** toolbar button.
@@ -15,10 +15,10 @@ After you provide your GitHub or GitHub Enterprise credentials to GitHub for Vis
1515

1616
![List of GitHub repositories that can be cloned inside a dialog](images/clone-dialog.png)
1717

18-
In addition to using the list of repositories, you can use the URL tab to clone a repository by its URL or using the repository owner and name.
18+
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.
1919

2020
![List of GitHub repositories that can be cloned inside a dialog](images/clone-url-dialog.png)
2121

2222
5. If desired, change the local path that the repository will be cloned into, or leave the default as-is.
2323
6. Once a repository is selected and the path is set, Click **Clone**.
24-
7. In Team Explorer, under the list of repositories, locate the repository and double-click to open the project in Visual Studio.
24+
7. In Team Explorer, under the list of solutions, double-click on a solution to open it in Visual Studio.

0 commit comments

Comments
 (0)