You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@ Git Source Control Provider
3
3
4
4
Introduction
5
5
------------
6
-
Visual Studio users are used to see file status of source control right inside the solution explorer, whether it is SourceSafe, Team Foundation Server, Subversion or even Mercurial. This plug-in integrates Git with Visual Studio solution explorer. It supports all editions of Visual studio 2010 except the Express Edition.
6
+
This Visual Studio Extensions integrates Git with Visual Studio solution explorer. It supports all editions of Visual studio 2010 except the Express Edition.
<li>Automatically switch to the Git provider when loading a Git-controlled solution</li>
45
+
<li>Use git.exe to revert (checkout file) for core.autocrlf setting is not recognized when displaying diffs</li>
46
+
<li>Support Visual Studio 11</li>
47
+
<li>Disable refreshing when staging</li>
48
+
</ul>
49
+
50
+
<br/>
51
+
For more information, please visit the project Site: <ahref="http://gitscc.codeplex.com">http://gitscc.codeplex.com</a>
52
+
<br/>
53
+
Welcome to fork the source code: <ahref="https://github.com/yysun/Git-Source-Control-Provider">https://github.com/yysun/Git-Source-Control-Provider</a><br/>
0 commit comments