/ Published in: Bash
Expand |
Embed | Plain Text
git log --pretty=format:%aN | sort | uniq -c | sort -rn
You need to login to post a comment.
git log --pretty=format:%aN | sort | uniq -c | sort -rn
You need to login to post a comment.