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

GitVisual Studio-2013

Git Problem Overview


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

Git Solutions


Solution 1 - Git

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionFrank KustersView Question on Stackoverflow
Solution 1 - GitDaveShawView Answer on Stackoverflow