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

Commit 50b672d

Browse files
authored
Merge branch 'master' into devops/build-on-2019
2 parents bc7be90 + ba1c61d commit 50b672d

7 files changed

+23
-7
lines changed

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

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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

5-
## Opening the clone dialog
5+
## Opening the clone dialog
66

77
### From **Team Explorer**
88

@@ -17,7 +17,12 @@ Next to the account you want to clone from, click **Clone**.
1717

1818
### From the **Start Page**
1919

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.
2126

2227

2328
### From the **File** menu
@@ -26,14 +31,19 @@ Go to `File > Open > Open From GitHub...`
2631

2732

2833
## 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.
3035

31-
![List of GitHub repositories that can be cloned inside a dialog](images/clone-dialog.png)
36+
You can also filter the repository results by using the *Filter* text box.
3237

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.
3439

35-
![List of GitHub repositories that can be cloned inside a dialog](images/clone-url-dialog.png)
40+
![Unified clone and open dialog](images/unified-clone-dialog.png)
3641

3742
2. If desired, change the local path that the repository will be cloned into, or leave the default as-is.
3843
3. Once a repository is selected and the path is set, Click **Clone**.
3944
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+
![Open option enabled in clone dialog](images/open-cloned-repository.png)

docs/using/images/clone-dialog.png

-209 KB
Binary file not shown.
-125 KB
Binary file not shown.
182 KB
Loading
176 KB
Loading
957 KB
Loading

docs/using/reviewing-a-pull-request-in-visual-studio.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,19 @@ GitHub for Visual Studio provides facilities for reviewing a pull request direct
1515
The Pull Request Details view shows the current state of the pull request, including:
1616
- information about who created the pull request
1717
- the source and target branch
18-
- a description of the pull request
18+
- a description of the pull request (collapsed by default)
1919
- reviewers and the status of their review
2020
- checks (if checks have been enabled for the repository)
2121
- the files changed
2222

2323
![The details of a single pull request in the GitHub pane](images/pr-detail-view.png)
2424

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+
![View the conversation for a pull request](images/view-conversation.png)
30+
2531
## Checking out a pull request
2632

2733
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

Comments
 (0)