Answers for "git see user fron console"

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
0

git log find by user

git log --author="Jon"
Posted by: Guest on November-27-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language