Find Git Configuration Infomation
git config
–list : Get a list all the configuration information such as current user name, email, branch name.git config user.name
: Get current user name only.git config user.email
: Get email address of the current user.
Leave a Reply