Answers for "how to know the git username"

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
2

github see the username

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

view git username

# show your Git username
git config --list

#an other way
`/.gitconfig
Posted by: Guest on March-11-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language