Hint for using git blame
In order to get the most out of
git blame
and commands like it, you want to be sure you’re
committing succinctly. In other words, ensuring that each commit covers only ony atomic
change, and that the commits have meaningful commit messages.