7:10
This is the first actual video of this git internals series, where we will cover the main git objects - blob, tree, and commit. I have also ...
6:55
How To Unpack All Objects Of A GIT Repository
How To Unpack All Objects Of A GIT Repository When you clone a Git repository, most Git hosts will send you a packed version of ...
34:55
What's inside the .git folder | Masterclass by Rob Richardson | Git Commit Show - S3Ep3
What's inside .git folder? In this 29 mins screen-sharing session, Rob walks you through that. The session is followed by a Q&A ...
8:42
How does git internally store the multiple versions of each modified file? Unique copies of the entire file or a bunch of diffs?...
11:47
Native Git support for large objects - Git Merge 2019
Presented by Terry Parker, Engineering, Google "Large binary objects pose a special challenge for Git. This talk will explain how ...
31:51
Git at GitHub Scale - Git Merge 2022
Presented by Taylor Blau This talk will cover how and why GitHub uses Git to host and serve millions of repositories. We'll cover ...
11:21
Anatomy of ".git/" folder - How Git Really Works Under the Hood
Coding Session with Piotr Kowalski
Do you know what Git keeps inside the .git/ folder? In this video we open the black box that every Git user has on their machine ...
43:57
How Objects are Stored in Git by Wolf
Working with Git can be a bit magical. There's likely parts of Git that you don't understand fully, whether you're entering commands ...
8:47
How To View Git Objects using The Git Cat file Command
How To View Git Objects using The Git Cat file Command git-cat-file - Provide content or type and size information for repository ...
5:19
Git Fundamentals [CLIP] - Objects in the .git Database
A video that covers the fundamentals of Git - particularly the objects in the .git database. Here is a link to the code used throughout ...
4:58
Git, Visualized to the Metal — Episode 1: The Three States (Working, Staging, Repo)
Most Git tutorials show you commands. This series shows you the data structures Git is mutating on disk. Episode 1 — The Three ...
24:43
The Long Road Towards Native Large Object Support in Git - Patrick Steinhardt
Git is infamous for not being able to handle large binary files well. While solutions like Git LFS help, those tools are not a panacea ...
8:45
The Git Object Model - Git : Demystifying Git
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, ...
1:59:33
C++ User Group Karlsruhe | 7. Info-Treff, 12.07.2017 | https://www.meetup.com/de-DE/C-User-Group-Karlsruhe/ Vortragender: ...
5:33
First plumbing command: Hash Object. It allows you to store a file inside the Git internal database.
1:07:32
The definitive deep dive into the .git folder - Rob Richardson - NDC London 2024
This talk was recorded at NDC London in London, England. #ndclondon #ndcconferences #developer #softwaredeveloper Attend ...
14:22
Git Internals Explained: What's Inside .git/? (Objects, Branches, HEAD & More)
Ever wondered what actually happens when you run git add, git commit, or git merge? Most developers treat .git/ as a black box ...
2:21
Git push failed - unpack-objects abnormal exit
Welcome to Mixible, your go-to source for comprehensive and informative content covering a broad range of topics from Stack ...
48:00
jugthde Meetup: Git Internals – A deep dive into the Git Object Database
In this session I give an interactive explanation of the Git Object Database. We will explore the different kind of Git objects, how ...
43:20
The Definitive Deep Dive into the .git Folder | Rob Richardson | Conf42 Python 2021
Rob Richardson Developer Advocate @ Cyral What's in the .git folder? How are commits stored? How do branches work?