4 articles
Git
Version control beyond memorized commands: commits, branches, rebases, workflows, and the judgment needed to keep collaboration clean.
Use this track when code review, branch cleanup, or merge anxiety slows your team down.
By the end, you should be able to explain what changed, recover from common mistakes, choose a branching strategy, and clean up local work without guessing.
Git Version Control
Master Git fundamentals: commits, branches, merging, and collaborative workflows for professional development.
Git Branching Strategies
Compare GitFlow, trunk-based development, and feature branches to choose the right workflow for your team.
Git Rebase: Clean History Without the Mess
Learn when and how to use git rebase, interactive rebase, and squashing to keep your commit history clean.
Collaborative Git Workflows
Pull requests, code review etiquette, and merge strategies for teams working together on GitHub.