Answers for "git global username --replace-all"

0

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
Posted by: Guest on June-02-2020

Code answers related to "git global username --replace-all"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language