Answers for "git config username and email list"

86

set git user name and user email

$ git config --global user.name "John Doe"
$ git config --global user.email [email protected]
Posted by: Guest on February-08-2020
0

git configuration lists user.name and user.email

git config -l
Posted by: Guest on February-10-2021

Code answers related to "git config username and email list"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language