Gitflow Workflow
Learn the Gitflow branching model — main, develop, feature, release, and hotfix branches for structured software release management.
Trunk-Based Development
Learn trunk-based development — the CI/CD-friendly workflow where all developers commit to a single main branch with short-lived feature branches.
Monorepo Patterns
Understand monorepo architecture with Git — when to use a single repository for multiple projects, tooling, and scaling techniques.
Git Workflow & Common Operations
Daily Git and GitHub workflow operations and commands