Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 138 Bytes

git-one-liners.md

File metadata and controls

7 lines (5 loc) · 138 Bytes
title
Git one-liners

When did someone work

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