Answers for "how to check the current git user"

0

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
Posted by: Guest on February-11-2021

Code answers related to "how to check the current git user"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language