what was changed in full log history git code example
Example 1: git log one line
git log --oneline
Example 2: git look at changes to a file
$ git log --follow -p -- <file>
git log --oneline
$ git log --follow -p -- <file>