gitvisual-studio-2013

How can I 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?)


Solution

  • TFS (and so does Visual Studio) 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.