Answers for "how to check my current git username through git command"

2

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
3

git get username

git config user.name
Posted by: Guest on August-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language