Skip to content

lunglunglee/Git-Source-Control-Provider

 
 

Repository files navigation

Git Source Control Provider 2015

Introduction

Join the chat at https://gitter.im/jzoss/Git-Source-Control-Provider

** This Visual Studio Extensions integrates Git with Visual Studio solution explorer and the status bar **

solution explorer

Status Bar

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.

Living on the Edge!

Install the Latest C.I. Build either from Open VSIX Gallery or Github. Don't worry you will still autoupdate when the next release comes out.

For Bonus Points Add this feed from VSIX Gallery to your extension manager to always autoupdate to the latest C.I. build.

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!

Current status

Build Status
Release release
Dev dev

Change Logs -- Visual Studio 2015

V-Next

  • Add more features to the status bar.
  • Work on integrating gitflow.

V1.6.4

  • Reduced Install Package Size by 65% - Same Taste - Less Filling!
  • Fix bug #45 - Changed files pane is not properly highlighting the selected item.

V1.6.3

  • Vastly Improved performance explicitly for larger projects
  • Added Tooltips on the status bar.
  • Clicking in the diffview now opens the line and column.
  • Switching active git repistories from the status bar now updates the pending changes view.

V1.6.2

  • Fix to make work with Visual Studio Update 1

V1.6.1

  • Bug Fixes

V1.6.0

  • Added Repository controls on the status bar!
  • Clicking on line in diff window now opens the file to that line.
  • Improved performance with larger projects.
  • Can now initialize new projects from the status bar.

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# 95.8%
  • PowerShell 2.1%
  • HTML 1.9%
  • CSS 0.2%