Free Git first contact: file to history
Learn what Git is, read state, change one file, inspect the diff, stage with intent, commit, and prove history.
11 focused lessonsTrue zero to Git professional
Learn Git as a state system, not a memorized command list.
Build reliable Git judgment from working tree to shared history: inspect state, stage and commit intentionally, branch, merge, recover, and collaborate safely.
No credit card for the free chapter. Preview what the chapter covers.
By the end
Syllabus
The focused path contains 65 required lessons. The advanced library remains available when your role needs more depth.
Learn what Git is, read state, change one file, inspect the diff, stage with intent, commit, and prove history.
11 focused lessonsInspect the working tree, `.git`, HEAD, refs, index entries, object types, commit content, local config, and bare checkout shape.
3 focused lessons + 9 advanced lessonsRead mixed repository state with long, short, and porcelain status, then separate unstaged diffs, staged diffs, word diffs, stat summaries, and new-file review.
3 focused lessons + 8 advanced lessonsStage deliberately with pathspecs, dry runs, update and all modes, patch staging, unstaging, restore, dry-run commit checks, scoped messages, and a commit-scope gate.
3 focused lessons + 8 advanced lessonsRead branch names as refs, create branches, switch safely, use previous-branch movement, commit on feature branches, inspect branch graphs, compare merged and unmerged branches, understand detached HEAD, and clean up safely.
5 focused lessons + 6 advanced lessonsRead full and compact logs, decorated graphs, show output, stat summaries, parent diffs, caret and tilde revision names, two-dot and three-dot ranges, path-limited history, and a history evidence gate.
3 focused lessons + 9 advanced lessonsUse clean state checks, merge-base evidence, fast-forward-only merges, ff-only refusals, true merge commits, no-ff policy, no-commit inspection, abort, stat output, parent proof, and a merge-model gate.
4 focused lessons + 8 advanced lessonsCreate a stopped merge, read `UU` status, inspect conflict markers, index stages, base, ours, and theirs, resolve with ours, theirs, or a combined file, continue or abort, and prove the final merge parents.
6 focused lessons + 7 advanced lessonsChoose undo tools from state evidence: discard working-tree edits, unstage paths, restore one old file, reset private local history, avoid hard reset panic, revert shared-style mistakes, stash interrupted work, inspect stash entries, and recover on a branch.
5 focused lessons + 9 advanced lessonsClassify cleanup state, preview untracked deletion, preserve ignored boundaries, debug ignore rules, stage tracked deletion, stop tracking local files, rename tracked paths, review the cleanup diff, commit it, and prove history.
6 focused lessons + 6 advanced lessonsRead remotes as contracts, inspect remote-tracking refs, fetch before deciding, read FETCH_HEAD, compare incoming commits, use fast-forward-only pull, verify upstreams, publish branches with `-u`, respect push rejections, and use force-with-lease for intentional rewrites.
9 focused lessons + 5 advanced lessonsPrepare a human-friendly review branch: prove clean state, find the merge base, read commit series, measure diff scope, inspect patches, export a patch series, compare review rounds, generate request text, commit feedback, respect protected main, and complete a review handoff gate.
5 focused lessons + 7 advanced lessonsRecover from destructive local mistakes: read the recovery brief, inspect reflog movement, prove the damaged branch tip, create a recovery branch from HEAD@{1}, find unreachable detached work with fsck, inspect it, cherry-pick it onto the recovered branch, verify clean state, and complete a recovery packet.
1 focused lesson + 11 advanced lessonsComplete a full Git incident: triage dirty state, stash safely, fetch, merge, resolve conflict, recover lost work, repair a submodule, satisfy hook policy, verify health, and publish with force-with-lease.
1 focused lesson + 16 advanced lessonsThese chapters provide optional drills and reference depth. They are not required to complete the focused path.
Move a pull request through a professional lifecycle: read base and head state, fetch the PR ref locally, inspect commits and files, interpret review status, read required checks, commit feedback, sync with the base branch, compare review rounds, squash merge, clean up the branch, and prove final history.
10 advanced lessonsClean private feature history safely: prove branch ownership, fetch the new base, replay commits onto `origin/main`, recover from stopped rebase conflicts, inspect and edit the interactive todo, reword weak messages, create fixup commits, autosquash them, compare old and new patch series with range-diff, and prove final history.
12 advanced lessonsTreat releases as evidence: read tag policy, list and inspect tags, prove tag targets, create lightweight scratch tags and annotated release tags, tag a specific commit, sort versions, push one tag safely, delete scratch tags locally and remotely, and audit final refs.
12 advanced lessonsKeep repository hygiene explicit: read shared ignore policy, trace root and nested ignore rules, prove tracked-file limits, diagnose global excludes, override ignored adds only with evidence, inspect attributes, verify line-ending policy, and prove binary handling.
12 advanced lessonsInvestigate incidents from evidence: search current code, read line ownership, ignore whitespace noise, follow renames, use pickaxe string and regex search, inspect suspect patches, find deleted-path evidence, expand changeset context, trace function history, and complete a root-cause packet.
13 advanced lessonsFind first-bad commits from reproducible evidence: read the regression brief, scope history, mark good and bad endpoints, test each checkout, skip untestable commits, preserve the bisect log, reset safely, automate with bisect run, and complete a regression packet.
13 advanced lessonsUse linked worktrees for parallel tasks: read the incident, list existing worktrees, add a hotfix branch in a separate path, verify it, respect branch checkout guards, read porcelain output, create and lock a detached sandbox, remove clean worktrees, dry-run prune stale metadata, prune safely, and complete a final worktree packet.
12 advanced lessonsRead `.gitmodules`, inspect uninitialized submodules, initialize and update recursively, inspect nested repository state, move a submodule to a new commit, review submodule commit ranges, stage the gitlink pointer, commit the parent update, and prove clean state.
12 advanced lessonsAudit config origins, create a safe local alias, prove alias expansion, configure a commit template, point Git at visible hook scripts, make hooks executable, observe pre-commit and commit-msg refusals, fix the cause, commit correctly, and prove clean status.
10 advanced lessonsMeasure loose objects and packs, check object connectivity, inspect unreachable objects, preview prune safely, run gc and maintenance tasks, measure again, choose shallow or partial clone boundaries, set shared LFS policy, and prove clean status.
11 advanced lessonsFull access
Every available offer is shown with its exact CAD price and billing model. Checkout opens only after you choose an offer and enter the receipt email.
Questions
Free Git first contact: file to history is free and contains 11 lessons. No credit card is requested before the free workspace opens.
No Git experience is required. Basic familiarity with files and folders is helpful.
65 required lessons, with 11 free and 54 included in paid access.
Yes. The course also includes 226 advanced practice and reference resources. They are available when you need more depth, but they do not lengthen the required path.
Git Founder Pass: CA$59 one-time. Academy Founder Annual: CA$139 per year. Founder Vault: CA$279 one-time.
Git Founder Pass: No recurring charge. Access remains available unless the purchase is refunded or reversed. Academy Founder Annual: Access continues while the annual subscription remains active. Founder Vault: No recurring charge. Coverage includes courses launched during the first 24 months.
The published estimate is 8 to 12 active hours for the Core Path. Your pace will depend on how much you repeat the practice.
No installation is required to start the guided free chapter. Later lessons explain the real tools, files, and operating boundaries relevant to the skill.
The syllabus and these stated outcomes are the source of truth: Explain working tree, index, HEAD, commits, branch names, remotes, and shared history; Create small commits from deliberate staged changes; Read status, diff, staged diff, log, show, and remote evidence before acting; Branch, merge, resolve conflicts, undo ordinary mistakes, and collaborate safely; Recognize when an incident needs an advanced recovery procedure or escalation.
Use a current browser with JavaScript enabled. The free chapter is the quickest compatibility check for your device.
The reading pages reflow for small screens. Command-heavy practice is more comfortable with a physical keyboard and a larger display.
The practice state is isolated from production systems. Read the resulting evidence, revise the action, and try again.
Use the receipt email on the restore-access page. The sign-in link verifies the account before paid entitlements are loaded.