question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wrong total commits value

See original GitHub issue

I have a total of 1022 contributions but my stats card shows “Total Commits: 679” Here is the html I used for the card:

<img align="center" src="https://github-readme-stats.vercel.app/api?username=Giuliopime&show_icons=true&count_private=true&theme=radical&include_all_commits=true" />

Also, private contributions are turned on in my contribution settings.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
anuraghazracommented, Jan 31, 2021

So not both together ok, that was the issue I think

Yeah just use https://github-readme-stats.vercel.app/api?username=Giuliopime&count_private=true

We cannot count both. and include_all_commits can’t count private commits

0reactions
Giuliopimecommented, Jan 31, 2021

So not both together ok, that was the issue I think

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting wrong value of number of commits - Stack Overflow
You're almost certainly using a shallow clone with --depth=5 (and the corresponding implied --single-branch ). In this case, the revisions ...
Read more >
Wrong commit count in project overview when default branch ...
Wrong commit count in project overview when default branch is not "master" · Summary · Steps to reproduce · Example Project · What...
Read more >
On undoing, fixing, or removing commits in git - Seth Robertson
However, before we go about fixing or removing whatever is wrong, ... and last commit (in a continuous series of commits) you want...
Read more >
How to revert a Git commit: A simple example | TheServerSide
When you git revert a commit, only the changes associated with that commit are undone. Cumulative changes from subsequent commits aren't ...
Read more >
What to do when you commit to the wrong branch?
And to make matters worse, there were new commits on the master branch at the ... The 3 in HEAD~3 is the number...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found