git config local over global code example
Example 1: git config list
git config --global --list
Example 2: Macbook git user config global
$ git config --global user.name "John Doe"
$ git config --global user.email [email protected]
git config --global --list
$ git config --global user.name "John Doe"
$ git config --global user.email [email protected]