Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use the blame feature in TFS?

Tags:

tfs

How do you use the blame feature in TFS?

like image 335
Blankman Avatar asked Dec 30 '10 20:12

Blankman


People also ask

What is the blame button for?

The blame command is a Git feature, designed to help you determine who made changes to a file. Despite its negative-sounding name, git blame is actually pretty innocuous; its primary function is to point out who changed which lines in a file, and why. It can be a useful tool to identify changes in your code.

What is blame annotate Git Visual Studio?

In Visual Studio Professional 2019 using GIT as source control you should be able to right click in the file and select Git > Blame(Annotated) to view line annotations with author, date and a unique commit identifier.


2 Answers

The TFS equivalent is the Annotate command I believe. (Simply right click on the versioned file in the source code explorer and select "Annotate".)

There's more information on this over on MSDN.

like image 163
John Parker Avatar answered Oct 08 '22 09:10

John Parker


Are you talking about the annotate feature?

like image 25
Darin Dimitrov Avatar answered Oct 08 '22 09:10

Darin Dimitrov