GitHub Extension for Visual Studio
Перейти к файлу
Andreia Gaita b1a0f5c7c7 Bump script submodule 2016-12-19 17:18:56 +00:00
documentation start page instructions 2016-09-28 17:30:40 -04:00
lib
script@f8704366b5 Bump script submodule 2016-12-19 17:18:56 +00:00
scripts
src Merge branch 'master' into fixes/725-open-diff-file-from-fork 2016-12-16 15:56:10 +01:00
submodules Fix the start page build 2016-12-06 20:03:43 +01:00
.editorconfig added .editorconfig to help prevent wrong indent types 2016-10-28 14:38:16 +01:00
.gitattributes
.gitignore wip: new Start Page, async loading, P5 support 2016-10-26 20:47:48 +02:00
.gitmodules Switch to dedicated fork for rothko and get fody version bump 2016-10-19 14:39:44 +02:00
Build-Solution.cmd
Build-Solution.ps1
CONTRIBUTING.md Make project title Italic to draw focus. 2016-11-21 12:29:50 +00:00
GitHubVS.sln Updated StartPage submodule to build on VS2015. 2016-11-21 12:44:48 +01:00
ISSUE_TEMPLATE.md Fix typo and drop formatting 2016-11-20 17:44:10 +00:00
LICENSE.md
README.md
appveyor.yml Fix appveyor 2016-11-14 16:06:52 +01:00
build.cmd
deploy-local.cmd
deploy.cmd
nuget.config

README.md

GitHub Extension for Visual Studio

The GitHub Extension for Visual Studio provides GitHub integration in Visual Studio 2015. Most of the extension UI lives in the Team Explorer pane, which is available from the View menu.

Official builds of this extension are available at the official website.

Join the chat at freenode:github-vs Join the chat at https://gitter.im/github/VisualStudio

Installing beta versions

Older and pre-release/beta/untested versions are available at the releases page, and also via a custom gallery feed for Visual Studio.

You can configure the gallery by going to Tools / Options / Extensions and Updates and adding a new gallery with the url https://visualstudio.github.com/releases/feed.rss. The gallery will now be available from Tools / Extensions and Updates.

Beta releases will have (beta) in their title in the gallery, following the version number. You can view the release notes in the gallery by hovering over the description, or by clicking the Release Notes link on the right side.

Build requirements

  • Visual Studio 2015
  • Visual Studio SDK

Build

Clone the repository and its submodules in a git GUI client or via the command line:

git clone https://github.com/github/VisualStudio
cd VisualStudio
git submodule init
git submodule deinit script
git submodule update

Open the GitHubVS.sln solution with Visual Studio 2015. To be able to use the GitHub API, you'll need to:

Contributing

Visit the Contributor Guidelines for details on how to contribute as well as the Open Code of Conduct for details on how to participate.

Copyright 2015 - 2016 GitHub, Inc.

Licensed under the MIT License