How can I view the change history of an individual file in Git, complete details with what has changed?
I have got as far as:
git log -- [filename]
In Sourcetree UI (https://www.sourcetreeapp.com/), you can find history of a file by selecting 'Log Selected' option in right click context menu:
It would show the history of all the commits.