Skip to content

Instantly share code, notes, and snippets.

@yoghi
Forked from h4cc/update_contributors.sh
Created September 8, 2016 12:45
Show Gist options
  • Save yoghi/32b7919a6b550912d3855c032d855b63 to your computer and use it in GitHub Desktop.
Save yoghi/32b7919a6b550912d3855c032d855b63 to your computer and use it in GitHub Desktop.
#!/bin/sh
git shortlog -sn | cut -f2 | sort --ignore-case > CONTRIBUTORS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment