Git Log by Author
git log --author="Jon"
Frantic Fish
git log --author="Jon"
git log --pretty=format:"%as - %s [%an]"
// This will print in format
// 2022-06-15 - Some commit (#10) [ John, Doe ]