Git one-liners
A cheatsheet by @rstacruz|Refreshed about 3 years ago.Refresh|View source on Github

When did someone work

git log --all --author='Rico' --pretty="%ai" | awk '{ print $1 }' | sort | uniq