Überprüfen Sie die angemeldete Benutzer -Git -Shell
git config -l
git config user.name
git config user.email
Ghaith Alzin
git config -l
git config user.name
git config user.email
To know the username, type:
git config user.name
To know the email, type:
git config user.email
git log --author="Jon"