Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git global username --replace-all

git config --global --replace-all user.name "Your New Name"
git config --global --replace-all user.email "Your new email"

OR

git config --global --unset user.name
git config --global --unset user.email
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #global #username
ADD COMMENT
Topic
Name
9+3 =