Last month I made lots of commits to my master branch but I realised I didnt have my email address added to my local git config settings. Now that I added my email address my contributions are still not showing up in the graph. Only the new commits are showing up in the contributions, but the old commits (prior to adding my email address) are not showing up.
My impression is that they should show up because when you add your email address the contribution graph will be rebuilt automatically according to this statement from Git:
"If the email address used for the commit hasn't been added to your GitHub profile, you must add the email address to your GitHub account. Your contributions graph will be rebuilt automatically when you add the new address."
How do I fix this?
Thanks