Skip to content

Instantly share code, notes, and snippets.

@eegeeZA
Last active March 20, 2019 05:16
Show Gist options
  • Save eegeeZA/99df4324f6073973f066f7b67ba2d7c8 to your computer and use it in GitHub Desktop.
Save eegeeZA/99df4324f6073973f066f7b67ba2d7c8 to your computer and use it in GitHub Desktop.
View all the unique authors on a Git repo
git log --pretty="%an <%ae>%n%cn <%ce>" | tr '[:upper:]' '[:lower:]' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment