Commits are not appearing in my contribution graph #199627
Replies: 2 comments 1 reply
-
|
Possible reasons your commits aren't showing up: 1.Email match – The email used in the commit must be added and verified under your GitHub account (Settings → Emails). You can check which email was used with : git log --format='%ae' -n 5 2.Branch – The commit must be on the repository's default branch (or gh-pages). Commits sitting on a feature/topic branch that hasn't been merged yet won't count. 3.Repository visibility – If the repo is private, make sure "Include private contributions on my profile" is enabled in your profile settings. For public repos, this isn't needed. Suggested fix: Check if your commit email matches a verified email on your GitHub account first, since that's the most common cause—especially when working on a copied or transferred repository. |
Beta Was this translation helpful? Give feedback.
-
|
Hello everyone, I'm experiencing an issue where my commits are not showing up in my GitHub contribution graph or contribution activity, even though the commits are visible in my repository. What I've Verified Could someone help me identify why these commits are not being counted as contributions? If there are any additional checks or common issues that I might have missed, I would greatly appreciate your guidance. Thank you for your time and assistance. |
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
Code Search and Navigation
Body
Hello,
My commits are not appearing in my GitHub contribution graph or activity feed.
Details:
I have verified my Git configuration, email, branch, and repository settings.
Could someone help identify why my commits are not being counted as contributions?
Thank you.


Beta Was this translation helpful? Give feedback.
All reactions