GitHub Extension for Visual Studio
Перейти к файлу
Phil Haack 47a4034910 Make link to the code of conduct more prominent
It was a bit hidden away in the Contributing guidelines.
2015-07-20 09:56:59 -07:00
lib Bump decorator version to catch namespace change 2015-05-08 17:21:37 +02:00
src Add libgit2sharp submodule so we can have it signed (sigh) 2015-07-19 23:21:41 -07:00
submodules Add libgit2sharp submodule so we can have it signed (sigh) 2015-07-19 23:21:41 -07:00
.gitattributes Let's get this party started! 2014-12-12 10:15:45 -08:00
.gitignore Move TE bits around a bit 2015-07-18 20:01:31 -07:00
.gitmodules Add libgit2sharp submodule so we can have it signed (sigh) 2015-07-19 23:21:41 -07:00
Build-Solution.cmd Get everything building on the command line 2015-01-19 18:42:04 -08:00
Build-Solution.ps1 Get everything building on the command line 2015-01-19 18:42:04 -08:00
CONTRIBUTING.md Add code of conduct to contributing guidelines 2015-07-20 09:23:19 -07:00
GitHubVS.msbuild Get everything building on the command line 2015-01-19 18:42:04 -08:00
GitHubVS.sln Add libgit2sharp submodule so we can have it signed (sigh) 2015-07-19 23:21:41 -07:00
LICENSE.md Let's get this party started! 2014-12-12 10:15:45 -08:00
README.md Make link to the code of conduct more prominent 2015-07-20 09:56:59 -07:00
build.cmd The build, it is fixed 2015-02-25 01:08:28 +01:00
deploy.cmd Quick helper script for creating a local release build 2015-05-12 00:47:26 +02:00
nuget.config Add nuget config to solution folder 2015-03-12 20:58:41 -07:00

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.

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 git@github.com:github/VisualStudio
cd VisualStudio
git submodule update --init

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 GitHub, Inc.

Licensed under the MIT License