RSSAmplifier

Dinko Pehar · Aug 6, 2026

TIL: Stacked Git Branches

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Stacked branches are a chain of small, dependent Git branches where each branch starts from the previous branch instead of directly from the main branch. On GitHub, each branch can have its own pull request targeting the branch below it. This keeps reviews small and focused, but the stack should be merged from the bottom up, with dependent branches rebased when earlier branches change.

Read on /digital-garden/software/stacked-git-branches/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.