TIL

59 thoughts
last posted May 4, 2017, 4:13 p.m.

40 later thoughts

0

You can look at the history of a single line in git by using:

git log -L<line number>,+<no. of lines following (or before if negative):<path to file>

18 earlier thoughts