view github config code example
Example 1: git config list
git config --global --list
Example 2: git config all users
$ git config --get-all user.name
or
$ git config --list
git config --global --list
$ git config --get-all user.name
or
$ git config --list