You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/using/cloning-a-repository-to-visual-studio.md
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
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
-
## Opening the clone dialog
5
+
## Opening the clone dialog
6
6
7
7
### From **Team Explorer**
8
8
@@ -17,7 +17,12 @@ Next to the account you want to clone from, click **Clone**.
17
17
18
18
### From the **Start Page**
19
19
20
-
Using Visual Studio 2017, click the `GitHub` button on the `Start Page` to open the clone dialog.
20
+
Using Visual Studio 2017, click the `GitHub` button on the `Start Page` to open the clone dialog.
21
+
22
+
23
+
### From the **Start Window**
24
+
25
+
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.
21
26
22
27
23
28
### From the **File** menu
@@ -26,14 +31,19 @@ Go to `File > Open > Open From GitHub...`
26
31
27
32
28
33
## 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.
34
+
1. In the list of repositories, scroll until you find the repository you'd like to clone.
30
35
31
-

36
+
You can also filter the repository results by using the *Filter* text box.
32
37
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.
38
+
In addition to using the list of personal, collaborator and organization repositories, you can enter a repository URL to clone a public repository.
34
39
35
-

40
+

36
41
37
42
2. If desired, change the local path that the repository will be cloned into, or leave the default as-is.
38
43
3. Once a repository is selected and the path is set, Click **Clone**.
39
44
4. In Team Explorer, under the list of solutions, double-click on a solution to open it in Visual Studio.
45
+
46
+
## Open repositories
47
+
For any repository that you select from the list or provide a URL for that you already have cloned locally, the **Open** button becomes enabled and a message shows that you have already cloned the repository to that location.
48
+
49
+

Copy file name to clipboardExpand all lines: docs/using/reviewing-a-pull-request-in-visual-studio.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,19 @@ GitHub for Visual Studio provides facilities for reviewing a pull request direct
15
15
The Pull Request Details view shows the current state of the pull request, including:
16
16
- information about who created the pull request
17
17
- the source and target branch
18
-
- a description of the pull request
18
+
- a description of the pull request (collapsed by default)
19
19
- reviewers and the status of their review
20
20
- checks (if checks have been enabled for the repository)
21
21
- the files changed
22
22
23
23

24
24
25
+
## Viewing conversation details
26
+
27
+
Click the comment count link in the GitHub pane to open up the conversation view. The conversation view shows the Pull Request description, a history of commits, and comments made.
28
+
29
+

30
+
25
31
## Checking out a pull request
26
32
27
33
To check out the pull request branch, click the **Checkout [branch]** link where [branch] is the name of the branch that will be checked out.
0 commit comments