Please help me figure out why my commits are not listed in the activity profile calendar. #167284
Replies: 4 comments 1 reply
-
|
GitHub only records a commit on the graph when: The author email in the commit is verified on your account. [email protected] Commit is on the repo’s default branch (master → OK). Repo isn’t a fork (yours isn’t). Fix Push a fresh commit, wait a few minutes, refresh your profile. |
Beta Was this translation helpful? Give feedback.
-
|
now commits are observed, but old ones did not appear in the calendar if you are still having this issue Find the exact email used in the old commits Open one of the missing commits in your browser Add .patch to the end of the URL (e.g. .../commit/sha.patch) Look at the first line: From: Your Name [email protected] Go to Settings → Emails Add the email you saw in the patch file Click the verification link GitHub sends you Wait up to 24 hours GitHub will automatically backfill all commits made with that email, even old ones If some old commits used an email you can’t verify (e.g., user@local, or a typo), you’ll need to rewrite those commits: Start rewriting the commit In the editor, change "pick" to "edit" for the bad commit, then: Confirm commits are on the default branch |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
If you worked on another branch except on main, you need to create PR and merge them to the main branch. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I am writing to you because I have encountered a problem with my GitHub activity. My commits do not show up in the activity calendar on my profile page, even though they are successfully uploaded to the repository and visible there.
I have checked the following:
strange numbers in the address!

I tried disabling it. Made a test commit, but nothing changed in the activity calendar.

I also tried to turn this on and it also didn't work for me

Beta Was this translation helpful? Give feedback.
All reactions