How to Search Git Commit History

TL;DR โ€“ git log --grep="" searches commit messages. git grep $(git rev-list --all) searches the code itself. Add filters (--author, --since, -- path/) or context flags (-p, -S, -G) to zeroโ€‘in fa...
0 Read More