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="[email protected]"Reference(s)
Last updated
Sometimes we just want to show only commits from one author, we can use git log --author argument in that case.
$ git log --author="[email protected]"Reference(s)
Last updated