Frank Kusters
Frank Kusters

Reputation: 2634

How to show 'git blame' in Visual Studio 2013?

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?)

Upvotes: 70

Views: 57419

Answers (1)

DaveShaw
DaveShaw

Reputation: 52798

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.

Upvotes: 103

Related Questions