4 articles
Git
Git intermediate
Git Version Control
Master Git fundamentals: commits, branches, merging, and collaborative workflows for professional development.
git version-control branching github workflow
Git intermediate
Git Branching Strategies
Compare GitFlow, trunk-based development, and feature branches to choose the right workflow for your team.
git branching gitflow trunk-based workflow
Git intermediate
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.
git rebase interactive squash history
Git intermediate
Collaborative Git Workflows
Pull requests, code review etiquette, and merge strategies for teams working together on GitHub.
git pull-request code-review github collaboration