How does Git work behind the scenes?

preview_player
Показать описание
Have you ever wondered how Git works behind the scenes? We'll go ahead, initialise an empty folder as a Git repository and explore the .Git folder that is created.

#Git #VersionControl #GitRepo

00:00 - Introduction and Episode Context
00:10 - Initialising a Git Repository
00:20 - Understanding the contents of the .git folder - HEAD and refs
02:00 - Using Git cat-files to read the commits
02:45 - Using Git cat-file to read the trees/blobs
03:00 - Recap of the key Git internals concepts
04:15 - Adding GitHub as a Remote Location to our Git Repository

Like this episode? Please like the video, subscribe to the channel and hit the notification bell so that you know as soon as there's new content!.

Listen in on

Рекомендации по теме
Комментарии
Автор

Had to stop and rewind a few times but thanks, this was pretty much exactly what I was looking for! Was just curious how the tool I use everyday actually works :)

robin