Answers for "change local Git email address to match GitHub account email"

0

change local Git email address to match GitHub account email

git config --global user.email "YOUR_GITHUB_EMAIL_ADDRESS"
Posted by: Guest on April-22-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language