Commit stats not correct #466
-
| 
         Hello, I'd love to know how you calculate the number of the total commits, cause I think mine are not correct. Thanks in advance for your help! 🙏  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            pseusys
          
      
      
        Aug 11, 2023 
      
    
    Replies: 1 comment
-
| 
         The commit count is calculated as follows: 
 The commits detected are used to calculate all the commit data: commit times, commit counts, commit days, etc.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        ok-coder1
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
The commit count is calculated as follows:
All repositories user owns or collaborates that are not forks and all repositories user has contribbuted to (with pull requests) within last year (these are GitHub API limitations, I haven't invented them) are counted.
The commits detected are used to calculate all the commit data: commit times, commit counts, commit days, etc.
The repositories detected are used to calculate the other data, e.g. language data.