Commits on default branch are not counted as profile contributions #202489
Replies: 2 comments
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
The author email on those commits isn't connected to your account, so GitHub can't attribute them to you. gh api /repos/AmirAbitov/expense_tracker_CLI/commits \
--jq '.[] | "\(.commit.author.email) -> \(.author.login // "UNRESOLVED")"'Compare with The ones that resolve were made through the web UI, which uses your GitHub noreply address. The ones from your machine use Worth a close look at that domain: Two ways to fix it, from Why are my contributions not showing up on my profile? — "Commits must be made with an email address that is connected to your account on GitHub": Recover the existing commits — add Or fix it going forward — point git at your noreply address: git config --global user.email "118526634+AmirAbitov@users.noreply.github.com"
git config --global user.name "AmirAbitov"New commits will count immediately. Old ones stay unattributed unless you rewrite their author metadata, which isn't worth it for a contribution graph. Check what you're currently set to with |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Issues
Body
Repository: https://github.com/AmirAbitov/expense_tracker_oop

Commit hash: 7d303ddd456e5930d2f35d138e5d1975e07e3ad3
Email verified
Public repository
Default branch main
Author email matches GitHub account
git remote points to
repository
Guidelines
All reactions