My contributions are not appearing on my GitHub profile. #198445
Replies: 2 comments
-
|
This is a pretty common issue, but it usually comes down to checking a few technical details. GitHub has specific rules for when commits actually register on your contribution graph. The culprit is almost always a Git email mismatch. If the email address configured on your local machine doesn't exactly match the one linked to your GitHub account, the commits will upload but won't be credited to your profile. If your email configuration looks correct, the issue might be due to one of these three factors: You are working on a Fork: Commits made inside a forked repository won't show up on your profile until they are actually merged into the original upstream project via a Pull Request. The branch isn't the default one: GitHub only counts contributions that sit on the default branch (usually main or master). If you're committing to a secondary branch like dev, the green squares will only appear after you merge it into main. Private contributions are hidden: If you're working on private repositories, they might be tracking fine but are just hidden from public view. Take a look at the Contribution settings dropdown menu (just above the top-right corner of your green calendar) and make sure "Private contributions" is checked. I'd definitely recommend checking your local Git email first, as that's where the hitch usually is. Let me know if that does the trick! |
Beta Was this translation helpful? Give feedback.
-
|
Hi @MuhammadSaad199, In addition to the excellent points already mentioned, here are a few other common reasons contributions may not appear on your profile:
You can also review GitHub's contribution criteria and compare your recent activity against those requirements. If you're still having trouble, could you share:
That information will help narrow down the cause. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Copilot in GitHub
Body
I have noticed that my recent contributions are not appearing on my GitHub profile. Could you please help me identify the cause and advise on how to resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions