The definitive deep dive into the .git folder
git
no-slides
expert level
What's in the .git folder? How are commits stored? How do branches work? We'll dive deep into the objects folder, unpack commits, look at the types of DAG nodes, examine object content, and build a complete visualization of the stored content. We'll also quickly look through Git hooks, Git config, and ref logs. Come experience the zen of git.
Prerequisites
Knowledge of Git and/or other source control systems is preferred but not required.
Take Aways
- How does Git work under the hood?
- How can I better work with Git?
- This is cool, but this is easy. I got this.