As the title, I want to get all contributors' user.name
from windows command line using git
command.
There are many similar solutions like List all developers on project in git
However, the user name listed is not actually user.name
, it's in the format as FirstName, LastName.
As the picture, what I want is "yyx990803" but not "Evan You".
Thanks for your help in advance.