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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ Official builds of this extension are available at [the official website](https:
9
9
10
10
[](http://webchat.freenode.net/?channels=%23github-vs)[](https://gitter.im/github/VisualStudio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
11
11
12
+
## Documentation
13
+
Visit the [documentation](https://github.com/github/VisualStudio/tree/master/docs) for details on how to use the features in the GitHub Extension for Visual Studio.
14
+
12
15
## Installing beta versions
13
16
14
17
Older and pre-release/beta/untested versions are available at [the releases page](https://github.com/github/VisualStudio/releases), and also via a custom gallery feed for Visual Studio.
@@ -83,7 +86,6 @@ build.cmd
83
86
Note, attempting to install `IsExperimental=false` builds of the VSIX is not recommended.
84
87
85
88
## More information
86
-
87
89
- Andreia Gaita's [presentation](https://www.youtube.com/watch?v=hz2hCO8e_8w) at Codemania 2016 about this extension.

6
6
3. Click the **Create New** link above the list of pull requests for the repository.
7
7
4. Select the target branch by clicking the link. If the current repository is a fork, then there will be two sets of branches in the dropdown - to submit a pull request upstream then select a branch with the `owner:` prefix of the upstream repository.
8
-

8
+

9
9
5. Enter a pull request title and an optional description.
Copy file name to clipboardExpand all lines: docs/contributing/creating-an-empty-repository-from-visual-studio.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@
6
6
7
7
3. Click the **Manage Connections** toolbar button.
8
8
9
-

9
+

10
10
11
11
4. Click the **Create** link next to the account you want to create the repository in.
12
12
13
-

13
+

14
14
15
15
5. In the **Create a GitHub Repository** dialog, enter a name, description and local path for the repository.
16
16
17
-

17
+

18
18
19
19
6. Select a license for the repository.
20
20
@@ -24,4 +24,4 @@
24
24
25
25
9. When the repository is created, click the **Create a new Project or Solution** link in Team Explorer to create a project or solution in the repository.
26
26
27
-

27
+

Copy file name to clipboardExpand all lines: docs/contributing/making-changes-to-a-pull-request.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ When a topic branch is [checked out](review-a-pull-request-in-visual-studio.md),
6
6
7
7
If a Pull Request is checked out and the author adds new commits to the branch, then the option will be given to pull the changes locally. This works both for pull requests from the same repository and from a fork.
8
8
9
-

9
+

Copy file name to clipboardExpand all lines: docs/contributing/publishing-an-existing-project-to-github.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
1. Open a solution in Visual Studio.
4
4
2. If solution is not already initialized as a Git repository, select **Add to Source Control** from the **File** menu.
5
-

5
+

6
6
3. Open **Team Explorer**.
7
-

7
+

8
8
4. In Team Explorer, click **Sync**.
9
-

9
+

10
10
5. Click the **Publish to GitHub** button.
11
-

11
+

12
12
6. Enter a name and description for the repository on GitHub.
13
13
7. Check the **Private Repository** box if you want to upload the repository as a private repository on GitHub. You must have a [Developer, Team or Business account](https://github.com/pricing) to create private repositories.
Copy file name to clipboardExpand all lines: docs/contributing/reviewing-a-pull-request-in-visual-studio.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,21 @@ GitHub for Visual Studio provides facilities for reviewing a pull request direct
6
6
7
7
2. Open **Team Explorer** and click the **Pull Requests** button to open the **GitHub** pane.
8
8
9
-

9
+

10
10
11
11
3. Click the title of the pull request to be reviewed.
12
12
13
13
## Viewing a pull request
14
14
15
15
The Pull Request Details view shows the current state of the pull request, including information about who created the pull request, the source and target branch, and the files changed.
16
16
17
-

17
+

18
18
19
19
## Checking out a pull request
20
20
21
21
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.
22
22
23
-

23
+

24
24
25
25
If the pull request is from a fork then a remote will be added to the forked repository and the branch checked out locally. This remote will automatically be cleaned up when the local branch is deleted.
26
26
@@ -30,6 +30,6 @@ If the pull request is from a fork then a remote will be added to the forked rep
30
30
31
31
To compare the contents of a file in the pull request with its content on the target branch, double click a file in the **Changed Files** tree. This will open the Visual Studio diff viewer. If the pull request has been checked out, the right hand pane will be editable.
32
32
33
-

33
+

34
34
35
35
If the pull request is checked out, right clicking on a file on the **Changed Files** tree and selecting **Open File** will open the file for editing in Visual Studio.
0 commit comments