viewing git config code example
Example 1: git list config
git config --list
# or
git config --global --list
Example 2: check git config
git config --list
git config --list
# or
git config --global --list
git config --list