Skip to content

Merge two parallel feature branches to create a third #223

Answered by epage
1tgr asked this question in Q&A
Discussion options

You must be logged in to vote

git-stack has tried to discourage merge commits in topic branches to encourage a cleaner history (ie rebase on top of master rather than merge). That combined with being able to ignore merge-commits for topic branches into master was able to simplify a lot of logic.

However, I hadn't considered temporary merge-commits for topic branches that would never make it back to master. I've run into this problem and found okay-ish one off solutions but supporting this natively would be better.

Going to go ahead and move this discussion to a feature request though I don't expect we'll have this implemented any time soon:

  • We'll need write a new stack renderer that handles merge-commits (already wan…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@epage
Comment options

Answer selected by epage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants