Show a diff inside of git log
If you've ever needed to view all the changes that are happening in a repository
or a branch, there are two flags for the git log
command that should interest
you: git log -c
and git log --cc
.
Read the full post: Show a diff inside of git log