how to get the configuration in git code example
Example 1: git config list
git config --global --list
Example 2: how to set up git user
$ git config --global user.name
> Mona Lisa
git config --global --list
$ git config --global user.name
> Mona Lisa