How can I restore GitHub contribution calendar updates? #122579
Replies: 3 comments 2 replies
-
If you just worry about green graph, then try this command to commit in any of your repository and push it: git commit -m "msg" --date=<your-missing-date> # e.g 2023-02-13And you will see that your missing contribution date will appear in contribution graph. |
Beta Was this translation helpful? Give feedback.
1 reply
This comment was marked as spam.
This comment was marked as spam.
-
|
git commit -m "msg" --date= # e.g 2024-03-13 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I'm currently working on a project and regularly pushing updates to my personal GitHub profile. Initially, my contributions were being reflected on my calendar, as expected. However, I recently left an organization with which I was no longer actively involved. Since then, my pushes to repositories created before leaving the organization have ceased to appear on my contribution calendar.
Some notes:
All previous answers to this issue I've found were: checking the email addresses, turning on private contributions to the calendar, giving github time to update or about leaving an organization invalidating contributions. None of those help in my case.
I want to be able to see my contributions on the calendar like I was before.
Beta Was this translation helpful? Give feedback.
All reactions