⚡ 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 Hooks

Advanced 15 minutes

Git hooks let you run custom scripts when certain Git events occur. They provide a way to automate tasks around common actions.

Start Lesson