Curriculum Track

Git & Version Control

Understand commits, branches, merges, repositories, collaboration workflows, and the mechanics behind version control.

MODULE 01

Git Fundamentals

Learn what Git is, how repositories work, how changes are tracked, and how the basic Git workflow fits together.

Start Lesson ➔
MODULE 02

Commits & History

Understand snapshots, commit history, hashes, logs, and how Git records changes over time.

Start Lesson ➔
MODULE 03

Branches

Learn how Git branches work, why they are lightweight, and how they let you develop features independently.

Start Lesson ➔
MODULE 04

Merging

Understand how Git combines branches, what merge commits are, and how merge conflicts happen.

Start Lesson ➔
MODULE 05

Remote Repositories

Learn how local repositories connect to GitHub and other remotes using clone, fetch, pull, and push.

Start Lesson ➔