see git global username code example
Example 1: get git username and email
git config user.name
git config user.email
Example 2: git show username
git config --list
Example 3: git config --global user.name "Server"
cat .gitconfig
git config user.name
git config user.email
git config --list
cat .gitconfig