Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save saracope/0ef3c8b8242610d28f3741f70922e11b to your computer and use it in GitHub Desktop.
Save saracope/0ef3c8b8242610d28f3741f70922e11b to your computer and use it in GitHub Desktop.
Export contributors from Git
git log --all --format='%cN <%cE>' | sort -u > contributors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment