Skip to main content
Published / updated
TRACK 16 · Beginner → Intermediate

Git & Source Control

Repositories, branches, pull requests, reviews and practical recovery skills.

Prerequisites

  • Basic file and terminal usage

Expected outcome

Collaborate through branches and pull requests, and recover safely from common mistakes.

Curriculum topics

  1. 01Repository basics, status, add and commit
  2. 02Clone, push, pull and fetch
  3. 03Branches, merging and conflicts
  4. 04Pull requests and code review
  5. 05Team workflows and hotfixes
  6. 06Stash, revert, reset and recovery

Practical learning

  • Ship one issue through branch, PR, review and merge
  • Recover a deliberately reverted change
Continue your learning pathNext recommended track →