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"