Skip to content

Instantly share code, notes, and snippets.

@dzzzchhh
Created October 12, 2022 08:38
Show Gist options
  • Save dzzzchhh/8130cbba3de383ca4aa27d7844e65c92 to your computer and use it in GitHub Desktop.
Save dzzzchhh/8130cbba3de383ca4aa27d7844e65c92 to your computer and use it in GitHub Desktop.
display all commit authors for a specific folder
git log --pretty=format:"%ae" . | sort -r | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment