Skip to content

Instantly share code, notes, and snippets.

@vineethvijay-MyT
Last active September 5, 2019 08:30
Show Gist options
  • Save vineethvijay-MyT/e374225f7e593b7321f5372bc9672d7e to your computer and use it in GitHub Desktop.
Save vineethvijay-MyT/e374225f7e593b7321f5372bc9672d7e to your computer and use it in GitHub Desktop.
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"
Follow:
https://help.github.com/en/articles/setting-your-username-in-git
https://help.github.com/en/articles/setting-your-commit-email-address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment