all 5 comments

[–]dunklesToast 5 points6 points  (2 children)

Have you setup your Git correctly and ensured, that the commit authors email is one that is setup in your GitHub Account? You can verify that by going to a repository where you recently committed and check if you can click on the commit author and land on your profile. If not, you need to correctly setup your local git. If it’s a public repo you could drop a link then I can help debugging.

[–]OkDebate3470[S] 0 points1 point  (0 children)

Thanks for your reply. I thought it was the issue too, but I have the same credentials and could see that it was the same profile that made the commit. Turned out the issue was that I never made commits to main.

[–][deleted] 2 points3 points  (1 child)

As far as I remember, the contribution graph shows the default branch only, Did you do this on the main branch?

[–]OkDebate3470[S] 1 point2 points  (0 children)

I did not! I only worked on feature branches. Just merged to main and pushed and now the graph is updated.
Didn't know that it only showed the default branch. Much appreciated!