Skip to content

Instantly share code, notes, and snippets.

@duguying
Last active April 13, 2017 02:32
Show Gist options
  • Save duguying/0662702d904cb0de7b85e629789e75df to your computer and use it in GitHub Desktop.
Save duguying/0662702d904cb0de7b85e629789e75df to your computer and use it in GitHub Desktop.
generate git author
#!/bin/sh
git log --format='%aN <%aE>' | sort -u > AUTHORS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment