Skip to content
Discussion options

You must be logged in to vote

Yeah, I’ve seen this kind of thing happen before, and you’re spot on — GitHub links commits to your account based on the email address in the commit metadata. If that email isn’t verified and tied to your profile, those commits won’t show up on your contribution graph.

Since you’ve already re-added the old email, the first thing I’d check is whether it’s actually verified again. Just having it listed isn’t enough — it needs to be confirmed through the email link GitHub sends.

Another thing worth checking: are you sure the commits were made using that exact email? Sometimes Git gets configured with a different one — you can run this to double-check:

git log --pretty=format:'%ae' | sort | uniq

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@devluish
Comment options

Answer selected by ghostinhershell
Comment options

You must be logged in to vote
2 replies
@ghostinhershell
Comment options

@devluish
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New To GitHub 👋 New To GitHub Question Ask and answer questions about GitHub features and usage Account Related Topics related to account, and GitHub support tickets
3 participants