Skip to content

Instantly share code, notes, and snippets.

@SoulOfUniverse
Created October 28, 2021 08:57
Show Gist options
  • Save SoulOfUniverse/3dda42fd6d146494d133c6fdd6664504 to your computer and use it in GitHub Desktop.
Save SoulOfUniverse/3dda42fd6d146494d133c6fdd6664504 to your computer and use it in GitHub Desktop.
Github change email
git config user.email # will return your current user email
git config user.email youremail@gmail.com # will set your email
# this will resolve the issue why on commit changes in github it doesn't show the profile of your avatar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment