July 5, 2011 Edit Delete Tags Autopost If you need to know all the people that have contributed to one of your github repos here is some git-fu for you: git log | grep ^Author: | sed 's/ <.*//; s/^Author: //' | sort | uniq -c | sort -nr