- 1
Blame file
git blame -L <start>,<end> <file> - 2
Inspect commit
git show <sha> - 3
Understand intent
git log -p -- <file>
Related commands: git blame, git show
Track ownership/history for a specific line range.
Blame file
git blame -L <start>,<end> <file>Inspect commit
git show <sha>Understand intent
git log -p -- <file>Related commands: git blame, git show