Find Contributors
- To find all the people who have contributed to our project, we use a special command for that
git shortlog
View Options
git shortlog -h
Sort the output based on the number of commits per author
git shortlog -n
View Email
git shortlog -e
Suppress commit message
git shortlog -s
View contributions based on datarange
git shorlog -before="" -after=""