Leave a comment

Count the Users total commits from git

Here is the command to list all the users with their git commits

$ git shortlog -s -n

and output will be in following fromat

commit_count   user_name

Leave a comment