Skip to content

Instantly share code, notes, and snippets.

@canimus
Created February 14, 2021 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save canimus/c24d3c13f4f9d3427354f2717a1c3d99 to your computer and use it in GitHub Desktop.
Save canimus/c24d3c13f4f9d3427354f2717a1c3d99 to your computer and use it in GitHub Desktop.
Git Authors
find . -type f -exec git log --reverse --format="{} %cn" -1 {} \; | cut -d" " -f2- | sort | uniq -c | sort -n -k1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment