Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #check #current #git #user
ADD COMMENT
Topic
Name
2+8 =