check user git linux code example
Example 1: check logged in user git shell
git config -l
git config user.name
git config user.email
Example 2: git check username
git config --list
git config -l
git config user.name
git config user.email
git config --list