Drop your
or click to select
~/.claude/projects/ folder hereor click to select
9:1
git add : git commit ratio — Claude stages 9x more than it commits
3,846 git calls across 291 sessions (19.3% of all sessions)
3,846 git calls across 291 sessions (19.3% of all sessions)
291
Git sessions
19.3%
of sessions
3,846
Git calls
6.9%
of Bash calls
Git subcommands
What git operations Claude runs most
Key ratios
How git operations relate to each other
git add : git commit
9.0 : 1
git push : git commit
2.2 : 1
add→commit→push chains
24 complete workflows
git init (new repos)
160 created
What this means
- git add is 9x more common than git commit — Claude stages aggressively but commits rarely. Most commits need human approval
- 26% of git is read-only — git log + git diff = reading history, not writing it
- Only 19% of sessions touch git — most Claude Code work happens without explicit version control commands
- 160 git init — Claude creates new repositories frequently, often for new tools and projects
- More pushes than commits (2.2:1) — Claude pushes existing commits more than it creates new ones