In Visual Studio 2013 update 2 with Git integration, is there a way to show in the editor who last modified a line? (like the git blame
command?)
The git blame command is used to examine the contents of a file line by line and see when each line was last modified and who the author of the modifications was.
In Visual Studio 2015 Team Explorer > Local Git Repositories > Project > Settings > Git > Repository Settings > Ignore & Attribute Files. You can add . gitignore file with items should be ignored in visual studio solutions by default.
Start Visual Studio. Go to top menu "Extensions | Manage Extensions", search the online gallery for Git Tools and install. Select top menu "Extensions | Git Tools | Git Changes" to bring out the Git Changes Window.
TFS (and so does VS) uses the Term "Annotate" instead of "Blame", just right click on the editor when you have a file open, then click Source Control, Annotate.
I'm sure there are other ways to do it, either from the menu, toolbars, solution explorer, etc.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With