Sometimes we just want to show only commits from one author, we can use git log --author argument in that case.
git log --author
git log --author="49350241+crazyuploader@users.noreply.github.com"
Reference(s)
Man7
Last updated 4 months ago