Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 326 Bytes

File metadata and controls

13 lines (8 loc) · 326 Bytes

Show Commit Only From One Author

Sometimes we just want to show only commits from one author, we can use git log --author argument in that case.

Example

git log --author="49350241+crazyuploader@users.noreply.github.com"

Reference(s)