Answers for "Git command to Change Your Committer Name & Email Globally"

0

Git command to Change Your Committer Name & Email Globally

$ git config --global user.name "Soft hunt"
$ git config --global user.email "[email protected]"
Posted by: Guest on April-10-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language