Git Objects
Git stores everything in git objects. Lear about the different kind of objects and their responsibilities.
Start LessonGit HEAD
Learn how Git uses the HEAD pointer and head refs to track the current state of the repository.
Start LessonGit Bisect
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