Last Updated on January 30, 2021 by sandeeppote
Checking the global user email and name-
git config –global user.email
git config –global user.name
To set the user details-
git config –global user.email “email@example.com”
git config –global user.name “user name”
If you also want to see Git workflow/ three tree architecture