Inside Git
How git works
most of the time we thing git stores file changes but the reality is something diffrent.
>>git stores snapshots, not the differences.
>>it means every commit is like a photo of your proj
doodlingoverprotocols.hashnode.dev2 min read