Post #1050554
2026-04-07 15:35 UTC
I really wish I could compose branches in git. Like, give me a branch which is *dynamically* the effect of feature-brach-a plus feature-branch-b.
Replies (3)
-
@rudi@hachyderm.io 2026-04-07 16:42
@simoncozens that’s called a “megamerge” in jujutsu (hope you’re not annoyed by being recommended another tool). Also `jj absorb` moves changes from tip into the correct branch
-
@mathieuloutre@mastodon.social 2026-04-07 16:51
@simoncozens I had that very use case come up today (again)
-
@DrHyde@fosstodon.org 2026-04-07 17:07
@simoncozens `git CREATE VIEW ... AS git merge ...` YES! YES! YES! A THOUSAND TIMES YES! The world needs this eldritch abomination