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

14

git user.name user.email

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

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