git get config code example
Example 1: git list config
git config --list
# or
git config --global --list
Example 2: check git config
git config --list
Example 3: git config
$ git config --list --show-origin
git config --list
# or
git config --global --list
git config --list
$ git config --list --show-origin