Answers for "what is the command to set the user email for the current repository?"

21

git set email for project

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 "what is the command to set the user email for the current repository?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language