Key Takeaways
- 74% of developers say security issues are a major concern when developing software, supporting the role of Git-based controls like code review and branch protections
- 58% of organizations have adopted SAST (static application security testing) at some level, aligning with Git workflows that incorporate automated analysis on pull requests
- 49.6% of developers reported using Docker, and Git-based CI/CD commonly couples with containers for automated builds and tests
- GitHub reported 100 million users (including developers, organizations, and teams) as of 2021, underscoring massive Git-based hosting usage
- Git is the version control system used for 100% of repositories on GitHub by definition (Git is GitHub’s underlying storage and collaboration model)
- In 2023, 12.7% of respondents used Bitbucket for version control (Stack Overflow Developer Survey 2023)
- Git is the default version control system used in the GitHub flow model, where pull requests are the unit of change for review and integration
- Git supports atomic commits—either the full commit is recorded or nothing is—ensuring repository consistency
- Git supports SHA-256 repositories as an option (hashing algorithm migration), allowing stronger cryptographic integrity than SHA-1
- Git’s default branch name is configurable, with common defaults including 'master' historically and 'main' in many modern templates
- GitHub Actions supports scheduled triggers with cron syntax, enabling periodic builds and tests for Git repositories
- Git supports bisect to identify the commit that introduced a bug by using binary search over commits
- Git’s sparse checkout allows checking out only selected directories, reducing local disk usage for large repositories
- During 2022, npm reported that it received 7.7 billion downloads per week on average for popular packages, reinforcing the scale of dependency ecosystems that Git-based security checks often monitor
- NIST SP 800-204C estimates that cryptographic module usage and integrity protections are critical for secure software delivery, with signature-based integrity checks reducing the risk of tampering across distribution channels (a quantitative baseline for integrity controls)
Git-based security and automation are now central, with widespread SAST, protections, and CI driving faster safer releases.
Related reading
01 · Category
Industry Trends9 stats
Industry Trends Interpretation
02 · Category
User Adoption4 stats
User Adoption Interpretation
03 · Category
Platform Metrics1 stats
Platform Metrics Interpretation
04 · Category
Technical Adoption12 stats
Technical Adoption Interpretation
More related reading
05 · Category
Performance Metrics11 stats
Performance Metrics Interpretation
06 · Category
Security & Compliance5 stats
Security & Compliance Interpretation
07 · Category
Ci/cd Adoption1 stats
Ci/cd Adoption Interpretation
08 · Category
Developer Practices1 stats
Developer Practices 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.
Margot Villeneuve. (2026, February 13). Git Statistics. Gitnux. https://gitnux.org/git-statistics
Margot Villeneuve. "Git Statistics." Gitnux, 13 Feb 2026, https://gitnux.org/git-statistics.
Margot Villeneuve. 2026. "Git Statistics." Gitnux. https://gitnux.org/git-statistics.
Sources & references
44 datasets cited across this report · attribution is report-level
+29 additional datasets cited (not shown individually)

