My apologies if this is a stupid question, but I'm a VSS / VSTS guy trying to convert to Git :)
I cloned the repository and reset the loading of Visual Studio projects. While working on these projects, I noticed that another developer has submitted an invalid .sql file. I fixed this .sql file for them, but now I'm not sure how to check this .sql file
My code change is completely baked, so at the moment they cannot be verified. I have Git Extensions on my computer, and when I right-click on a file in Windows Explorer and go to Git Extensions → Commit, there are many files referenced on the left. The file I want to check has a pencil symbol, and the mass of other files has a green + symbol.
source share