how to check global git config code example
Example 1: check git config
git config --list
Example 2: git config list
git config --global --list
Example 3: git user config
$ git config --local user.name "John Doe"
$ git config --local user.email [email protected]