Blame
This unfortunately-named command can be a great help in tracking down who made changes to your code, line by line. From there you can talk with the programmer and discover their intention, or provide an opportunity for correction.
To open Blame in Visual Studio, right-click on a file and choose Git and then Blame. The file will open with a section on the left that will list who made the edit to that line of code.