Git Source Control Provider

Free

Git Source Control Provider is a plug-in that integrates git with Visual Studio.

(63) Review
Visual Studio
2012, 2010
Download (242,858)
2/12/2013
1.1
View
E-mail Twitter del.icio.us Digg Facebook
Add To Favorites
Description
Reviews (63)
Q and A (50)
Sign in to Write a Review
Sort By:

by Eric T. Johnson | May 11 2013

this plugin completely broke for me. Not sure why, but had to uninstall and use other method.

by harwi | May 08 2013

Had the hanging problem after installing and opening a repo that was already tracked by "github for windows" under windows 8, needed to install the full git install from here
http://git-scm.com/download/win

now loading vs2012 is fast and everything seems to work, comiting is fast and simple

great tool! thanks

by Fernando PeGa | April 20 2013

Really good extensión.

I install Git Extensions and then, this extensión for Visual Studio 2012. All runs like a charm.

Congratulations.

by Ncage2 | April 11 2013

Very low quality. This product should probably be at an pre-alpha release. It seems to be partially or fully (undetermined at this point) ignoring the .gitignore file. It not only affects the extensions view of files changed but also affects external clients (Git-Bash & mysysgit/powershell). In stead of rehasing i have documented the problem at: http://stackoverflow.com/questions/15930561/git-status-is-showing-files-it-shouldnt

If you need a git client for windows i would either recommend github for windows or the powershell/msysgit/posh-git

by Thomas Freudenberg | April 08 2013

by Michael_Manning | February 20 2013

A very nice and useful tool to navigate the new world (to me) of Git and its quirks.

Thank you.

by Shaun Wilson | January 15 2013

A vertical history tool would be easier to navigate, and the pending changes tool window doesn't seem to respect the rest of vstudio's theme, but this tool works very well for me.

by ydbn | January 13 2013

The "Git pending changes" is disable after init a repository. I cannot find git.exe. Is there any other manual installation of git except the one in VS 2012?

by Jasez | January 08 2013

I can load the provider however I can not see it anywhere in VS2012. Any reason I can not see any GIT controls in VS2012 after I install it? I have used this provider quite extensively in VS2010 so I know what I am typically looking for.

Thanks

by Georgios Politis | December 26 2012

Awesome!

by DkmS | December 09 2012

Can't load assembly:

<entry>
<record>2017</record>
<time>2012/12/09 17:43:32.449</time>
<type>Error</type>
<source>VisualStudio</source>
<description>End package load [GitScc.BasicSccProvider, GitSccProvider, Version=1.0.4702.38439, Culture=neutral, PublicKeyToken=null]</description>
<guid>{C4128D99-2000-41D1-A6C3-704E6C1A3DE2}</guid>
<hr>80004005 - E_FAIL</hr>
<errorinfo>Адресат вызова создал исключение.</errorinfo>
</entry>

by Caio Vilas Boas | December 07 2012

Works perfectly!

by mosoccer18 | November 30 2012

by farmas | November 18 2012

Same as other reviewers, latest version hangs visual studio. Had to disable it.

by Yuri Sh | November 15 2012

The tool is great, but the latest version is a disaster: it requests updating of user name and mail, but is stuck there and there is no way to get to the "Pending changes"

by H.J.Shakib | November 11 2012

oh my gooooood. don't use the new version 1. it will below your reopsitory.
after i updated it, wants to commit the changes and during commit, it hanged out and i forced to terminate the process and when came back to visual studio all of uncommitted files got ! mark and when wants to commit again the Commit Window hanged and i can do nothing except to "end task" it.

by Dave Sexton | November 09 2012

by Bauland | November 02 2012

Good provider. It can be better if folder could be ignore directly from ui.

by Exe.Cute | November 01 2012

by Filip Skakun | October 09 2012

1 - 20 of 63 Items   
Sign in to Start a Discussion


  • Git History request
    2 Posts | Last Post April 25, 2013
    • I really love the git history tool - and I have a few requests regarding it
      
      How can I start it outside of the VS environment?
      
      In the case of large history (and usually repositories get large histories) I would love it if the tool would combine multiple commits on a single line into a single box containing just the comment to the first commit - and then have the ability to expand/collapse this group to the current view of watching every single commit.
      This will give a much better view in the case of branch per feature scenario (without using rebase)
      
      thanks for a great tool
    • You can add the Git History Viewer to the Windows File Explorer
      https://gitscc.codeplex.com/wikipage?title=File%20Explorer%20Integration
      
      On the top right corner of the viewer, there is a button to toggle the view to be simplified.
      
      https://gitscc.codeplex.com/wikipage?title=View%20History&referringTitle=Documentation
  • VS 2012 Pending Changes diff highlighted lines
    1 Posts | Last Post March 29, 2013
    • Previously I worked in VS 2010  and all changing lines in Pending Changes diff  window  were highlighted. But in VS 2012 it changes the color of the text but not highlighting the whole line.Can i make it like in VS2010?
  • Checkin kills Visual Studio
    1 Posts | Last Post March 18, 2013
    • I have been using this very cool extension for a while and thinks it's great. Thanks.
      
      However I recently built a new machine and installed the latest version, and it now, more often than not, completely kills Visual Studio 2012 on a commit from the Pending Changes panel.
      
      It's possible that it's more of a problem with a large number of files to commit.
      
      It completes the commit and then hangs. Any ideas? I have not put the Update 2 CTP on yet?
  • No Diff for modified files.
    3 Posts | Last Post March 03, 2013
    • In my Pending Changes Window, when selecting modified files no diff is displayed. If a new file is displayed the new contents are displayed.
      
      Have I managed to knobble some setting? 
      Using latest version.
      
      
    • In Pending Changes window, right click on the changed file and choose Compare.. from the menu
    • It turned out to be caused by AnkhSVN being out of date?!
      Strange!
  • Compare to "Visual Studio Tools for Git" by Microsoft
    2 Posts | Last Post February 25, 2013
    • Any opinions on which is the better extension? I presume that this was first and then Microsoft kicked one out fairly recently, but maybe someone knows which one is more fully featured at this point?
    • The MS Git SCP looks good on paper and I'll be trying it as soon as VS 2012.2  is released.
      It seems likely that the resources of the TFS team will trump the little guys. But MS will not support Git for VS2010 so the universality of Yiyi Sun's plug-in might be a major point in it's favor.
  • Files should not be readonly
    2 Posts | Last Post February 15, 2013
    • It seems the source control provider is changing the readonly flag of files. In git there is no concept of read only. This issue manifests itself when trying to do a ReSharper move to file refactoring.
      
      If I disable to git source control provider, the feature works again as expected.
    • As I recall, TFS and SourceSafe also use the read-only flag in this way. So it would be a Visual Studio SCP thing. You might try the ReSharper configuration for TFS (see http://rsm.codeplex.com/documentation) with Git SCP.
  • Accessing a empty emply Team Foundation Git Project Causes VS to Crash
    3 Posts | Last Post February 13, 2013
    • Hello, I created a empty git tfs project in tfs 2012. Now, when I try to open it in visual studio 2012, visual studio crashes when it tries to load. Does anyone else have the problem or the solution. Thanks.
    • I feel really stupid, wrong Git plugin
    • sorry
  • 更新了1.0.2,小乌龟不能用了 - -!
    3 Posts | Last Post February 04, 2013
    • 更新了1.0.2,小乌龟不能用了 - -!
    • 抱歉,没说清楚,我指的是集成的小乌龟的菜单显示不出来了。
    • You may try upgrade TortoiseGit to 1.8.0
  • Change logs
    1 Posts | Last Post February 04, 2013
    • Just noticed 1.0.2 is available. Any chance of getting the change logs for 1.0.1 and 1.0.2 put up somewhere?
  • Submodules
    1 Posts | Last Post January 16, 2013
    • Doesn't seem to detect them, they are treated as part of the enclosing repository.
1 - 10 of 50 Items