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