Hacker News new | ask | show | jobs
by JelteF 4443 days ago
No, git has delta compression. It only saves the changes.
1 comments

Only when git repack operations run.
which you can run at any time. Git also runs a minor gc every time you do a git push, which does do some compression.