Skip to content
Discussion options

You must be logged in to vote

Yes, exactly! You do not merge integration branches to other integration branches (branches like dev, release, main, ... where you integrate multiple feature branches together).
Merging the same feature branch to different integration branches allows you to choose precisely the features ready to go to the next delivery stage.

Integration branches are long-lived branches you are merging to, not from.

I have described that process before as gitworkflow (one word)

The downside is: what you are building in one branch is not exactly what you end up building in another, because you do not always chose the full set of feature branches merged in one integration branches when you are merging said …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by coincatcher22
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question Ask and answer questions about GitHub features and usage
3 participants