Skip to content

Instantly share code, notes, and snippets.

@gustavopinto
Created July 26, 2013 19:01
Show Gist options
  • Select an option

  • Save gustavopinto/6091381 to your computer and use it in GitHub Desktop.

Select an option

Save gustavopinto/6091381 to your computer and use it in GitHub Desktop.
how to get all contributors' email of a given project using git & shell?
git log --pretty=format:"%ae" | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment