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

0

Git command to Change Your Committer Name & Email per repository

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

Code answers related to "Git command to Change Your Committer Name & Email per repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language