Skip to content

Instantly share code, notes, and snippets.

View vineethvijay-MyT's full-sized avatar
🎯
Focusing

vineethvijay-MyT

🎯
Focusing
View GitHub Profile
@vineethvijay-MyT
vineethvijay-MyT / gist:e374225f7e593b7321f5372bc9672d7e
Last active September 5, 2019 08:30
Adding Mytomrrows email to Gihub
Adding mytomorrows email to Github account:
Go to your account settings.
Settings --> Emails --> Add email address
And configure `commit email address` and `username` :
Global for all repositories:
git config --global user.name "Mona Lisa"
git config --global user.email "email@example.com"