π What you'll learn: Ever wondered what happens when you run git add or git commit? This step-by-step demo reveals the three building blocks of Gitβblobs, trees, and commitsβand how they connect to form your project's history.
In Git, a file's content is stored as a "blob"βjust the raw data, without the filename or any other info.