Posts tagged git

Git Internals

A deep dive into the .git directory, plumbing vs porcelain commands, and how git works under the hood.

Multiple Branches in Git

How to use git worktrees to work on multiple branches simultaneously without stashing.

Git Merge Strategies

Explains the differences between git merge, rebase, and squash strategies with practical examples.

GitHub Workflow

A team workflow for GitHub PRs using interactive rebase, squash commits, and cherry-pick merges.

Git Tips

A collection of useful Git commands and tips for everyday version control tasks.