** This Visual Studio Extensions integrates Git with Visual Studio solution explorer and the status bar **
- BETA : Support Visual Studio 2019
- BETA : Support For SSDT 2015 and SSDT 2017 Read about Limitations
- Added Visual character count for comments
- Now Autosaves on Commit! (Configurable)
- Added option to auto-add projects and to the git repository when you add them to the project!
- Switch and create branches, switch git repositories, and open the pending changes window all from 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
- Git - View History Tool Window
- 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.
- Visual Visual Studio Data Tools 2015 needs to be at Update 3 or Later.
- Note: As of 5/23/18 - In SSDT 2017: Solution Explorer Status Icons and the Status bar may not work. All other features work, including the right click menu in the solution explorer and the pending changes window. There does not appear to be anything can be done to fix this, because the built in SCC providers also don't work.
Install the Latest C.I. Build either from Open VSIX Gallery or Github. Don't worry you will still auto-update when the next release comes out.
For Bonus Points Add this feed from VSIX Gallery to your extension manager to always auto-update 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.
- Options Page - Settings are stored in a user folder, this is not how it is supposed to work. The UI the UI is ugly does not look right on high dpi monitors. See Example
- Localization - I would be nice to support a few other languages.
- Button commands - This part is a bit messy right now. It would be sweet if this could be cleaned up.
All you need to build the code is Visual Studio 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.9.2
- Bug Fix #105.. Works in VS 2015 again
- Removed unnessary files, cut the install size by 50%
V1.9.1
- Bug Fixes
V1.9.0
- Visual Studio 2019 Support
V1.8.2
- Bug Fix: #102,#105
V1.8.0
- Update: Updated to Async Pasckage (https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-use-asyncpackage-to-load-vspackages-in-the-background)
- Bug Fix: #89 - Big Thanks to ceztko for fixing this bug.
- Enhancement: #59,#90,#91
- BETA : Limited Support For SSDT 2015 and SSDT 2017 Read about Limitations
V1.7.3
- Bug Fix: #80,#83
V1.7.2
- Bug Fix: #74,#77,#78, #79
V1.7.0
- Updated solution to Visual Studio 2017
- Plugin now supports Visual Studio 2015 and 2017
#####---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 restart.
- 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.
This is a fork of the super awesome git SCC plugin by Yiyi Sun