Login
From:
til.codeinthehole.com
(Uncensored)
subscribe
TIL How to show the history of a file with 'git log --patch' — David Winterbottom
https://til.codeinthehole.com/posts/how-to-show-the-history-of-a-file-with-git-log-patch/
links
backlinks
Roast topics
Find topics
Find it!
Am slightly embarrassed to admit it but I’ve only just discovered the --patch option to git log which shows diff information for each commit. — can be read in 1 minute