Deep Dive

Git

The Data Structures Behind Git

How does Git save our files? In which data structures are our files persisted? Let's better understand how Git arranges our data by exploring the existing data structures under the hood.

Read