Answers for "git global setup username email"

11

git username email

git config --global user.name "Your Name"
git config --global user.email "[email protected]"
Posted by: Guest on August-21-2020
3

change git username and email

$ git config --global user.email "[email protected]"
Posted by: Guest on February-07-2021

Code answers related to "git global setup username email"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language