DevOps / GIT Interview Questions
Explain git blame command.
git blame command shows what revision and author last modified each line of a file. The command name may be little odd however it is a very useful command that annotates each line in the given file with information from the revision which last modified the line.
More Related questions...