now that Git 2.53 is out, the Git data model @omarieclaire and I wrote is on the official Git website! https://git-scm.com/docs/gitdatamodel
@b0rk @omarieclaire this is so good
Like is it even legal to write git docs that don't say "<treeish>" even once
@b0rk @omarieclaire very informative π
Turns out I had misunderstood a key part of git. I had thought it stored diffs/deltas, but I now know it stores the entire contents of any changed file in a commit.
Quite how Iβve managed to got this many years without realising that, I donβt know π
@andynormancx @b0rk @omarieclaire There's a very good video explaining exactly that on the YouTube channel anthonywritescode.
