Contributions Not Updating in GitHub Overview #147730
Replies: 3 comments
-
Hi TayeburRahman, This is a common question, and there are a few potential reasons why your contributions might not be showing in your GitHub Contributions Overview. Here are some things you can double-check: Email Address in Commits To verify this: Run git config user.email in your repository to see the email address used for commits.
Commit Dates You can verify this by running:
Forks Repository Visibility Excluded Actions If you’ve verified all the above and are still facing issues, it could be a caching delay on GitHub’s end. Waiting a few hours or even a day might resolve the issue. Let me know if any of this helps, or feel free to share more details about your setup for additional troubleshooting! Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hi! You can check the email in your git config by running the following git config user.email To change the email git config --global user.email "myemail@example.com" Here is an article on GitHub about the issue: |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Hi everyone,
I’ve been regularly pushing code and committing to my repositories, but I noticed that my contributions are not appearing in the Contributions Overview on my GitHub profile.
I’ve verified that:
The commits are pushed to the default branch (e.g., main).
The repositories are not private.
Is there any specific reason why my contributions might not be showing? Any help would be greatly appreciated!
Thank you
Beta Was this translation helpful? Give feedback.
All reactions