the.com/git blame

the command that turns your codebase into a crime scene, line by line.

means a git command that shows who last edited each line of a file, plus when and in which commit.

from built into git from its 2005 creation by linus torvalds, who wanted a fast way to trace changes across the linux kernel without central version control.

for instance

linux kernelmaintainers use it daily to trace decade-old driver code

github blame viewweb ui wraps git blame for every public repo since 2008

vscode gitlenspopular extension shows blame inline as you type

the.com/
what’s happening now · the.com · generated