Search change by content

$ git log -S'<a term in the source>'

Show changes over time for specific file

$ git log -p <file\_name>

Print out a cool visualization of your log

$ git log --pretty=oneline --graph --decorate --all
Comments