git log – the Good Parts
If you’re managing a complex git codebase with multiple developers, then you may well be using a tool like GitHub or BitBucket to delve into the history and figure out branch and merge issues.
These GUIs are great for providing a nice user interface for managing pull requests and simple histories and the like, but when the workflow SHTF there’s no substitute for using
git log
and its relatively little-known flags to really dig into the situation.
Source: git log – the Good Parts, an article by Ian Miell.