git which user code example
Example: how to check the current git user
To know the username, type:
git config user.name
To know the email, type:
git config user.email
To know the username, type:
git config user.name
To know the email, type:
git config user.email