Answers for "how to configure user name and user email in git"

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 "Shell/Bash"

Browse Popular Code Answers by Language