How do you use the blame feature in TFS?
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.
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.
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.
Are you talking about the annotate feature?
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