see the current user git code example
Example 1: git list user and email
git config --global --get user.name
git config --global --get user.email
Example 2: see current git version
type: git version
git config --global --get user.name
git config --global --get user.email
type: git version