Answers for "git and set global user and username"

9

set username git

git config --global user.name "My Name"
Posted by: Guest on March-21-2020
18

git config global username

git config --global user.name "John Doe"
git config --global user.email [email protected]
Posted by: Guest on October-24-2020

Code answers related to "git and set global user and username"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language