How to know the git username and email saved during configuration? November 25, 2022 by Tarik The command git config --list will list the settings. There you should also find user.name and user.email.