Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 195 Bytes

index.md

File metadata and controls

15 lines (10 loc) · 195 Bytes

git who

Show a short log of who has contributed commits, in descending order

Git alias:

who = shortlog --summary --email --numbered --no-merges

Example:

git who