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 Hooks
Git hooks let you run custom scripts when certain Git events occur. They provide a way to automate tasks around common actions.
Start Lesson