Answers for "understand the user of git in terminal"

1

understand the user of git in terminal

1 ) To know the username, type:
=> git config user.name


2 ) To know the email, type:
=> git config user.email
Posted by: Guest on March-14-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language