๐Ÿ“œ GIT LOG ยท SHERLOCK COMMIT

History
Investigator

A critical bug has been reported. Your job is to search the project history, filter the logs, and identify the exact commit that introduced the issue.

๐Ÿ•ต๏ธ SHERLOCK COMMIT Case 1/3
Case Closed
git log is your time machine.
Use --grep and --author
to filter the noise.
$ git log โ† show all history
$ git log --oneline โ† compact view
$ git log --grep="bug" โ† search messages
$ git log --author="Dave" โ† filter by user