Contribution graph is not updating #167319
Replies: 2 comments 4 replies
-
When you rewrote the Git history and did a force-push, the original commits (with their IDs) were removed from the repository. Since GitHub's contribution graph only shows commits that still exist in the repository's default branch, the deleted commits no longer count toward your contributions. Going forward, any new commits will appear correctly. Unfortunately, past contributions tied to the old history can’t be recovered unless the original history is restored. Also, make sure to check that your local Git user name and email match your GitHub account, as only commits authored with your verified email (and preferably correct user name) will be attributed to you and shown in your contribution graph. How to check:
Or if within specific project:
Hope it helps! |
Beta Was this translation helpful? Give feedback.
-
GitHub doesn’t rebuild contribution graphs manually on request, but your graph should update automatically within 24 hours after changes like force pushes. To ensure your contributions count:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Hello.
The contribution graph on my profile does not match my actual commit history. After modifying the commit history with a force push in several repositories, the contribution count is displayed incorrectly.
Could you please rebuild my contribution graph?
Thank you.
My profile URL: https://github.com/hoshino-love0102
Beta Was this translation helpful? Give feedback.
All reactions