git user config show code example
Example 1: git config all users
$ git config --get-all user.name
or
$ git config --list
Example 2: How to check git config username?
git config user.name
$ git config --get-all user.name
or
$ git config --list
git config user.name