git log --author='Alice' --oneline

Category: Git - Core

git log --author='Alice' --oneline

List commits by a specific author

Filters the log to commits whose author matches the given pattern, matched as a substring against name and email. Combine it with --since for a time window or --grep for message text. Use --committer to filter by who committed instead.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.