Skip to main content
TellaDev
Learn Developer Git

4 articles

Git

Git Version Control
Git intermediate

Git Version Control

Master Git fundamentals: commits, branches, merging, and collaborative workflows for professional development.

git version-control branching github workflow
Git Branching Strategies
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 Rebase: Clean History Without the Mess
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
Collaborative Git Workflows
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