yysun / Git-Source-Control-Provider

Git Source Control Provider is a visual studio plug-in that integrates Git with visual studio solution explorer.

Home Page:http://gitscc.codeplex.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.gitignore?

Ncage1974 opened this issue · comments

Can anyone comment on this issue i found:
http://stackoverflow.com/questions/15930561/git-status-is-showing-files-it-shouldnt ?

I noticed the version on the visual studio gallery is 1.1 but you just released 1.3. Has what i found been fixed? Why is the version on the gallery so old?

Also why is the project hosted on both codeplex & github? Its a little confusing knowing where the "Source of Truth" is at.

I've never seen this specific issue. However, I have noticed some strange behavior in the past related to files on disk which did not have the same case as files in source control. Can you make sure that the files and directories on your file system exactly match the expected items in .gitignore and in the repository, including case?