Skip to content

Instantly share code, notes, and snippets.

@aerth
Forked from joelittlejohn/generate-contributors.sh
Last active August 29, 2015 14:25
Show Gist options
  • Save aerth/af4317b3b71c2890edf7 to your computer and use it in GitHub Desktop.
Save aerth/af4317b3b71c2890edf7 to your computer and use it in GitHub Desktop.
echo "# Contributors" > CONTRIBUTORS.md && git log --pretty=tformat:"* %an <%ae>" | tac | awk ' !x[$0]++' >> CONTRIBUTORS.md
@aerth
Copy link
Author

aerth commented Jul 15, 2015

This generates a CONTRIBUTORS.md out of your Git commit log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment