Answers for "list your git name and email"

14

git name email

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

Code answers related to "list your git name and email"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language