Answers for "git setup local user"

1

git setup local user

git config user.name "Your Name Here"
git config user.email [email protected]

Or Global
git config --global user.name "Your Name Here"
git config --global user.email [email protected]
Posted by: Guest on February-05-2021
5

change global user name git

$ git config --global user.name "Mona Lisa"
Posted by: Guest on July-30-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language