how to check which git acct im using code example
Example: git list user and email
git config --global --get user.name
git config --global --get user.email
git config --global --get user.name
git config --global --get user.email