git list user and email

Shell
git config --global --get user.name
git config --global --get user.email
Source

Also in Shell: