Related questions
Git cli: get user info from username
Is there a way to get the name of the user, given only their username?
Something like this output git show <username> (I know this doesn't work)
username: username
name: First Last
email: email@address
I know I …