git blame <file>
Term side of the Card
Topic: Git Commands - View & Search
Unit title: git blame <file>
Categories: Command
Explanation side of the Card
Explanation: The command that annotates each line in a file with its last modification, showing the author and commit. It's useful for tracking code history by line.