← Back to Issue

How Big Is A Git Commit?

From Pointer · subscribed via aiste.ulozaite@gmail.com · original ↗ · unsubscribe

It depends. Git stores “objects” as zlib compressed data. So the exact size of a commit will depend on the compressibility of your files (which is basically a function of the amount of repetition in them).

Couldn’t fetch the full article — read it on the original site ↗.