Ashutosh00710/github-readme-activity-graph

BUG: can't show the contribution I made from public repo

ThunderCarver opened this issue · 8 comments

Describe the bug
When I fork a repo like named username/ABC to my own repo named myusername/ABC
and I clone it to my local machine and make some improvements.
However when I push those updates to my forked repo myusername/ABC:branch_x, those updates cannot show in the activity graph.

To Reproduce
Just like I described above

Expected behavior
the acitivity graph should show the changes I made in these forked repositories.

Screenshots
not available now

Desktop (please complete the following information):

  • OS: [macOS, Ubuntu]
  • Browser [safari]
  • Version [safari Version 16.6]

Hi @ThunderCarver, thanks for opening this issue.

@ThunderCarver the point is that the graph updates every 30 minutes when you refresh your page. Graph is not updating in realtime. We implemented things this way to avoid a ton of requests traffic to our server

Thanks for your reply.

yet, the problem is not like you described. I would like to show you some screenshots to help you understand what happened.
First, I commit some work to my remote repo
image

and my remote url is shown by running “git remote -v” command:
image

but they didn’t show in my contribution graph far beyond 30 mintues, and following is my contribution graph:
image

as you can see day 21st has no contribution.

How can I set up to fix this problem.

Hmm ... 🤔💭 strange, I have to look into this. Right now I don't know the exact cause of this bug but when I visited your profile the commit was clearly visible. Not sure if it is actually a bug or not 😅

Here is a screenshot
Screenshot 2023-09-22 at 10 40 42 PM

Oops, sorry for the late reply.
The 2 contributions shown on 21st is not from the commits in the forked repo rather than my other private repo. Actually, any commit I gitted cannot show in my contribution graph. And perhaps it related with forked repo. I find a rul(https://github.com/anuraghazra/github-readme-stats#top-languages-card)/[Warning part] that looks similar. Hope this may provide some tips to you.
image

Hey, do you figure out what cause the commits I push to a forked repo not shown in contribution graph?
Thanks 😄

@ThunderCarver forked commits are not going to be considered as you commits that's why it is not showing up there. For more info refer this and check the 2nd point