** This Visual Studio Extensions integrates Git with Visual Studio solution explorer and the status bar **
- Display file status in solution explorer and solution navigator
- Multiple repository support.
- Display repository status e.g. in the middle of merging, patching, rebase and bisecting
- Enable/disable plug-in through visual studio's source control plug-in selection
- No source code control information stored in solution or project file
- Initialize new git repository and generate .gitignore
- Integrates with Git for Windows
- Integrates with Git Extensions
- Integrates with TortoiseGit
- [Git - Pending Changes Tool Window] (http://gitscc.codeplex.com/wikipage?title=Commit%20Changes)
- [Git - View History Tool Window] (http://gitscc.codeplex.com/wikipage?title=View%20History)
- Options page
- 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.
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.
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.
All you need to build the code is Visual Sudio 2015 with Visual Studio Extensibility Tools installed. It's THAT easy!
Build | Status |
---|---|
Release | |
Dev |
V-Next
- Add more features to the status bar.
- Work on integrating gitflow.
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
- Switch to using LibGit2Sharp, should see a large performace boost.
- Fix Pending changes window.
- Fixed reported bug 2 + 3
- Refactored external diff tools.. Should be able to extend them in the future
- Cleaned out lots of dead code.
- Fix lot's of bugs
- Removed Git Diff Margin(use https://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8 )
- Fixed file missing exceptions.
This is a fork of the super awesome git SCC plugin by Yiyi Sun