See commits changing a particular line

This is part of the Semicolon&Sons Code Diary - consisting of lessons learned on the job. You're in the git category.

Last Updated: 2024-04-25

How to see which commits changed a specific line of code?

git blame -L 20 -- RNSentry.podspec (line 20 of this file -- which contains a version number I wanted to track)