Found this handy command today, it is a newer usage of 'git blame' with the addition of -L start,end:file/path
. Super handy when tracing back the changes to a specific set line group.
git log -L 50,75:./some/path/file.ext
Found this handy command today, it is a newer usage of 'git blame' with the addition of -L start,end:file/path
. Super handy when tracing back the changes to a specific set line group.
git log -L 50,75:./some/path/file.ext
For further actions, you may consider blocking this person and/or reporting abuse
Shivam Agnihotri -
Shyamalendu Nayak -
Kurt De Austria -
Vidyasagar SC Machupalli -
Top comments (2)
You might like -> git.io/git-tips
Thank you @hemanth .hm ! Bookmarked and favorited!