Commits not showing in contribution graph #183522
-
Select Topic AreaGeneral BodyHi everyone, I’m facing an issue with my GitHub contribution graph. I’ve been committing code regularly since December 30th, 2025, and all commits are visible in the repositories. The commits are made to the dev branch (not main), pushed successfully, and the commit email is linked to my GitHub account. Has anyone faced a similar issue with non-default branches or knows what could cause this? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi |
Beta Was this translation helpful? Give feedback.
Hi
commits only show on your contribution graph if they are pushed to the repositorys default branch (or gh-pages). commits that stay only on a non-default branch (like dev) wont count until they are merged into the default branch or you change the repos default branch.
open a PR from dev to main (default) and merge it, or change the repositorys default branch to dev.
confirm the commit email is actually connected to your github account (otherwise it wont be attributed).
after the qualifying commits are on the default branch, it can take up to 24 hours for the graph to update.