How Git Works Under the Hood
Git's object model, the .git directory, refs, and the plumbing commands that power everyday Git usage.
1 post
Posts tagged git-internals
Advanced Git: Rebasing, Internals, and Real-World Workflows
Rebase confidently, understand internals, and recover from anywhere.An advanced Git guide covering interactive rebasing, cherry-picking, bisect, Git internals (objects, refs, the .git directory), submodules, worktrees, hooks, reflog-based recovery, and real branching workflows.