What is the purpose of the git blame command?
git blame
To report errors in the source code.
To identify the author of each modification on the lines of a file and the date of this modification.
To compare the versions of two different files.
Automatically resolve merge conflicts.