WRITELOOP

GIT COMMITS ARE SNAPSHOTS

2022 July 6

A common misconception people make about git it that when you commit, it is storing a “diff”. That is wrong. In fact, when you commit on git, it is storing snapshots. Git is a “content addressable filesystem”, with a “version control system UI” on top of it.