Wrong total commits value
See original GitHub issueI 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:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
So not both together ok, that was the issue I think