The Git Object Model - Git : Demystifying Git

Опубликовано: 29 Сентябрь 2024
на канале: Code Studio Sai Ankit
153
16

Since we talked about what a VCS is and What Git is, we also saw that Git doesn't store the differences between versions of a file, but rather stores the complete snapshot of the file.

In this video let us discuss what a Git Object Model is and how data in Git is actually stored. This information is very much necessary for us to know which helps us in proper understanding of more further concepts in Git.

Please do subscribe to the channel 𝗖𝗼𝗱𝗲 𝗦𝘁𝘂𝗱𝗶𝗼 𝗦𝗮𝗶 𝗔𝗻𝗸𝗶𝘁 here :
https://www.youtube.com/c/CodeStudioS...

𝕾𝖙𝖆𝖞 𝕿𝖚𝖓𝖊𝖉 !

𝐌𝐚𝐢𝐥 : [email protected]
Instagram :   / saiankit.dev  

0:00 Introduction
0:30 Basics of Git Object Model
2:07 Git Blob
2:45 Git Tree
4:07 Git Commit
6:03 Git Tag
7:43 Summary