Replies: 4 comments 5 replies
|
GitHub’s contribution graph is not fully real-time and uses caching, which is why some artifacts like year tabs may persist. |
|
check if you have commits created before you joined GitHub, those years will appear to reflect the full history. If you have commits created before you joined GitHub, those years will appear to reflect the full history, I know its weird. |
|
Hello @jungwj09, What you are experiencing is a common caching behavior of the GitHub contribution graph. Even if you delete the repository or the commits, the UI 'tabs' for those years might linger for a while because the graph's metadata isn't always recalculated instantly upon deletion. Here are a few things you can try to fix this: Wait for the Rebuild: GitHub's contribution graph can take up to 24-48 hours to fully purge data from years that no longer have active commits. Since you recently deleted the test repo, it might just need more time to refresh the year list. The "Empty Commit" Trick: Sometimes you can force a recalculation by making a new, valid commit in a current public repository. This triggers a background job to update your contribution stats. Check for Ghost Commits: Make sure there aren't any other forks or old branches that might still contain those backdated commits. If a single commit remains in any public repo (or private repo if you have 'Private contributions' enabled), the year tab will stay. Contact Support (Last Resort): If the tabs persist for more than a week, you can reach out to GitHub Support to request a manual rebuild of your contribution data. In most cases, patience is the key here as the background workers eventually sync the UI with the actual database. Best regards! |
|
Hey there! So the reason you're seeing those 2022 and 2023 tabs is because of the backdated commits you made using git commit --date. Even though you deleted the repository, GitHub permanently keeps those year tabs once they've been triggered, deleting the repository only removes the green squares, not the tabs themselves. Unfortunately there's no way to get rid of them, but honestly don't stress about it, it's completely harmless. Anyone who clicks on those tabs will just see 0 contributions. Your profile is perfectly fine! Hope that clears things up. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
All reactions