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

Commit 8dbb41a

Browse files
authored
Merge pull request #2637 from github/jcansdale/overview
Add overview for Visual Studio Marketplace
2 parents 263aac1 + ee38099 commit 8dbb41a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
GitHub Extension for Visual Studio
2+
3+
The [GitHub Extension for Visual Studio](https://visualstudio.github.com/) makes it easy to connect to and work with your repositories on [GitHub](https://github.com/) and [GitHub Enterprise](https://enterprise.github.com/) from directly within Visual Studio 2015 or newer. Clone existing repositories or create new ones and start collaborating!
4+
5+
For more information about the extension, visit [https://visualstudio.github.com/](https://visualstudio.github.com/).
6+
7+
For feedback and bug reports, please email [support@github.com](mailto:support@github.com).
8+
9+
## Features
10+
11+
1. **Connect** - From the Team Explorer section, click the _Connect..._ button in the GitHub invitation section to login to the extension. The extension supports two-factor authentication (2fa) with GitHub and stores credentials in the Windows Credential store so that Git Operations within Visual Studio work with your GitHub repositories. The extension also supports logging into a GitHub Enterprise instance.
12+
2. **Clone** - Once connected, click on the _Clone_ button to list all repositories that you have access to on GitHub.
13+
3. **Create** - The create dialog lets you create a repository on GitHub.com and locally that are connected together.
14+
4. **Publish** - For a local-only repository, click on the Sync navigation item to get the GitHub publish control. This make it quick to publish your local work up to GitHub.
15+
5. **Open in Visual Studio** - once you log-in with the extension, GitHub.com will show a new button next to repositories labeled "Open in VisualStudio." Click on the button to clone the repository to Visual Studio.
16+
6. **Create Gist** - Create gists by using the GitHub context menu when you right-click on selected text
17+
7. **Open/Link to GitHub** - Easily open on GitHub or share a link to the code you're working on by using the GitHub context menu.
18+
8. **Pull Requests** - View your repository's Pull Requests and create new ones from the _Pull Requests_ button in the Team Explorer Home
19+
9. **See Pull Request diffs** - See all Pull Request changes as individual diff views and open changed files directly from the Pull Request details view
20+
10. **Review Pull Requests** - Start a review and submit a review that comments, approves, or request changes to the Pull Request
21+
11. **Inline Comments** - Add review comments to the Pull Request changes you're reviewing directly from the VS diff view
22+
12. **Fork** - From Team Explorer Home, fork a repository you have already cloned.
23+
24+
## Requirements
25+
26+
Visual Studio 2015 and above

0 commit comments

Comments
 (0)