Skip to content
Learn Netverks

Track

git

Git

Version control workflows: commits, branches, remotes, and collaboration.

Mode
none
Practice
Read / quiz
Lessons
5 units

Before you start

Version control with Git: working tree, staging, commits, branches, remotes, and collaboration habits.

Teams expect history, reviews, and safe parallel work—Git is the default way to coordinate code changes.

Any project with more than one contributor, CI pipelines, or open-source contribution.

Concept lessons with command examples and interview prep; practice in a real repository on your machine.

Right after Tools, before you depend on shared branches in a team or bootcamp project.

Lesson order

Sequential — follow top to bottom

5 lessons are live in this track. Start from step 01 for the smoothest path.

  1. 01 intro Introduction to Git

    beginner

    Open →
  2. 02 working-tree Working tree and staging

    beginner

    Open →
  3. 03 commits-with-intent Commits with intent

    beginner

    Open →
  4. 04 branches Branches and merges

    beginner

    Open →
  5. 05 remotes Remotes and collaboration

    beginner

    Open →