GitCheatSheet.org logo
Home / How To

Filter the log entries by author name

git log --author='John'

Note: the command will display any author that contains the string John, e.g. "John Doe" or "Johnny".