06Track 6 of 11

Release & Ops

Tags, releases, workflows.

10 lessons2120 XP
Start the track
  1. 01
    Tagging Releases
    Mark a commit as a named release
    +220 XP
  2. 02
    Git File Operations
    Remove, rename, and untrack files the Git-native way
    +160 XP
  3. 03
    Stash & Cherry-Pick
    Park unfinished work, then copy a commit from elsewhere
    +240 XP
  4. 04
    Semantic Versioning Deep Dive
    MAJOR.MINOR.PATCH, pre-release, build metadata
    +180 XP
  5. 05
    Annotated vs Lightweight Tags
    When to use which
    +170 XP
  6. 06
    Tag Signing (GPG)
    Cryptographically verify releases
    +220 XP
  7. 07
    Release Branches
    Stabilize before shipping
    +250 XP
  8. 08
    Hotfix Branches
    Patch production without disrupting current work
    +230 XP
  9. 09
    CHANGELOG Generation
    Auto-write release notes from commit history
    +200 XP
  10. 10
    Commit Signing
    Prove who really wrote a commit
    +250 XP
← Previous trackRemote & GitHubNext track →Advanced Power