Skip to content

annastazi09/Git-Source-Control-Provider

 
 

Repository files navigation

Git Source Control Provider 2015

Introduction

** This Visual Studio Extensions integrates Git with Visual Studio solution explorer. **

solution explorer

Features

How to use

  • Install Git for Windows, or Git Extensions, or TortoiseGit.
  • Run Visual Studio.
  • Go to Tools | Extension Manager, search online gallery for Git Source Control Provider and install. Or Install From Visual Studio Gallery
  • Go to Tools | Options, Select Source Control.
  • Select Git Source Control Provider from the drop down list, and click OK.
  • Open your solution controlled by Git to see the file's status.
  • Right click within solution explorer and select "Git". If Git for Windows, Git Extensions or TortoiseGit are installed, their commands are listed in the menu.

How to contribute

If you like this plugin there is a few way you can help out.

  • Review It! - I'm not asking for donations or anything, but if you do use this and like it.. Please head over to the Visual Studio Gallery and review it. Good reviews refill my nerd powers that power all those late night programming sessions. They also make me feel all warm and fuzzy!
  • Suggest Features / Point out bugs.
  • Test It - Check out the Releases. If there is a early release try it out and let me know if you find any bugs!
  • Code - Check out the code, play with it. maybe fix a bug while you are there.. It fun and educational. It also makes you super cool, better looking and possibly give you superpowers.

Building

All you need to build the code is Visual Sudio 2015 with Visual Studio Extensibility Tools installed. It's THAT easy!

Change Logs -- Visual Studio 2015

V-Next Build status

V1.5

#####---New Features---

  • Added ability to update your .gitingore file to latest version from github
  • Added Track Active Item In Pending Changes - This will help those who have multiple repositories in one solution. It switch the pending changes to the repo for the active file.
  • Added ability Filter Pending Changes To Only Show Solution Files

#####---Fixes---

  • Fixed issue where plugin could periodically crash Visual Studio.
  • Theme now switches with the need to resart.
  • Double clicking on files in Pending Changes now opens/switches to the file.
  • No longer slows down when used with Resharper
  • Fixed issue #15, #21 where sometimes the plugin caused Visual Studio to crash.
  • Fixed issue #16, Solution Explorer glyphs not updating.

V1.4.2

  • Fixed Issues #1, #7, #8, #9, #10, #11 and #12
  • Fixed Switch command
  • Added dark theme form diff window

V1.4.1

  • Fixed Settings Error
  • Fix bugs #5 + #6. -Thanks
  • Thanks To teebee76 (You Rock) for his help, mnadel, PureKrome + NightOwl888, you guys are also super cool. Keep finidng bugs and I will fix them as fast as I can.

V1.4

Notice : Initial Visual Studio 2015 Upgrade

This is a fork of the super awesome git SCC plugin by Yiyi Sun

Full Changelog

Documentation

Source + Documentation

About

Git Source Control Provider is a visual studio plug-in that integrates Git with visual studio solution explorer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.0%
  • HTML 1.8%
  • Other 1.2%