Skip to main content
TellaDev
Learn Developer Git

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
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