⚡ Git Internals

Complex Git operations, rebasing, and workflow optimization

Git Objects

Advanced 20 minutes

Git stores everything in git objects. Lear about the different kind of objects and their responsibilities.

Start Lesson

Git HEAD

Advanced 15 minutes

Learn how Git uses the HEAD pointer and head refs to track the current state of the repository.

Start Lesson

Git Bisect

Advanced 15 minutes

Learn how to use git bisect to efficiently find the commit that introduced a bug using binary search. This lesson covers starting a bisect session, marking commits as good or bad, and automating the process.

Start Lesson