Key Takeaways
- 8.6% of developers reported using version control systems as part of their development workflow besides Git in 2022 (share includes other VCS categories)
- Git is used by 88.3% of professional developers as their primary version control system in 2023 (Stack Overflow Developer Survey)
- Git is used by 86.0% of professional developers as their primary version control system in 2024 (Stack Overflow Developer Survey)
- GitLab has 30 million users (GitLab 2024 annual report figure used in GitLab’s investor materials)
- Git’s object storage uses content-addressed SHA-1 hashes for commits, trees, and blobs (Git documentation: commit format and SHA-1 naming)
- Git’s packfile compression reduces repository storage; Git documentation states that packfiles store objects with zlib compression (practically improving disk usage)
- Git uses the SHA-1 hash length of 20 bytes (160 bits) to address objects in classic mode (Git object format documentation)
- GitHub’s REST API documentation specifies that the commit resource includes a SHA identifier (40-hex-character SHA-1 in legacy mode)
- The pre-commit hook documented as running before committing and can be used to prevent commits (Git documentation)
- GitHub’s CODEOWNERS file mapping uses path patterns and owners list; standard includes at-signs for users/teams (GitHub docs)
- 97% of software developers reported using Git as of 2024 when asked about version control tools (VCS usage in professional contexts).
- 8.4% of all commits in public repositories originate from bots (automated accounts) in a large-scale public-repo mining study published in 2020.
- 31% of pull requests are created within the same day of their corresponding commits (median PR creation lag measured from commit timestamps).
- 26% of commits modify 5 or fewer lines (commit size distribution measured in large software repository mining).
- 0.7% of all commits introduce build failures in downstream continuous integration runs (measured across CI checks in an empirical software engineering study).
Git dominates professional version control, while most pull requests merge quickly with low failure and bot rates.
Related reading
01 · Category
Developer Adoption3 stats
Developer Adoption Interpretation
02 · Category
Market Size1 stats
Market Size Interpretation
03 · Category
Performance Metrics7 stats
Performance Metrics Interpretation
04 · Category
Governance & Standards5 stats
Governance & Standards Interpretation
05 · Category
User Adoption1 stats
User Adoption Interpretation
More related reading
06 · Category
Usage Patterns5 stats
Usage Patterns Interpretation
07 · Category
Quality & Risk5 stats
Quality & Risk Interpretation
08 · Category
Collaboration Metrics8 stats
Collaboration Metrics Interpretation
09 · Category
Industry Trends2 stats
Industry Trends Interpretation
Cite This Report
This report is designed to be cited. We maintain stable URLs and versioned verification dates. Copy the format appropriate for your publication below.
Emilia Santos. (2026, February 13). Git Commit Statistics. Gitnux. https://gitnux.org/git-commit-statistics
Emilia Santos. "Git Commit Statistics." Gitnux, 13 Feb 2026, https://gitnux.org/git-commit-statistics.
Emilia Santos. 2026. "Git Commit Statistics." Gitnux. https://gitnux.org/git-commit-statistics.
Sources & references
37 datasets cited across this report · attribution is report-level
+24 additional datasets cited (not shown individually)

