#Git
— 3 posts
Apr 18, 2026 · 14m
GitFlow and Branching Strategies: Which Workflow Fits Your Team
GitFlow, GitHub Flow, GitLab Flow, and trunk-based development — what each is, when each fits, concrete branch diagrams, the release ceremonies they imply, and how to actually pick one in 2026.
GitBranchingWorkflow
Apr 17, 2026 · 12m
Basic Git Commands Every Software Engineer Should Know
The thirty-something git commands you actually use day-to-day — staging, branching, merging, rebasing, recovering from mistakes, and the small set of aliases worth setting up once.
GitEngineeringTools
Jan 7, 2026 · 11m
Code Review and Commit Hygiene That Actually Helps
Conventional Commits, small PRs, review culture, and the PR templates people actually fill out — how to review code so the next developer (including future-you) can still move fast.
EngineeringGitCode Review