Is there a way to just display my total commits? #3511
Answered
by
qwerty541
WedleySilva
asked this question in
Q&A
-
I would like to know if there is any way for me to display only the total number of commits when importing the stats. |
Beta Was this translation helpful? Give feedback.
Answered by
qwerty541
Nov 29, 2023
Replies: 1 comment 1 reply
-
Hey, @WedleySilva! You can achieve the desired result with a combination of <img src="https://github-readme-stats.vercel.app/api?username=WedleySilva&include_all_commits=true" /> <img src="https://github-readme-stats.vercel.app/api?username=WedleySilva&hide=contribs,prs,issues,stars&hide_rank=true&include_all_commits=true" /> |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
qwerty541
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, @WedleySilva! You can achieve the desired result with a combination of
&hide_rank=true
and&hide=contribs,prs,issues,stars
query parameters. I added an example below.