Skip to content

Depending on another topic #15

Answered by rocketraman
Tomasvrba asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! Big fan of this workflow, thanks for all the write up around it. It has been working great for us with our CI/CD.

Great to hear!

If Topic B depends on Topic A and both are in development, I merge Topic A into Topic B and do some work. But Topic A is still being developed and I need to pull in the newest features again into Topic B, a second merge commit in this case would complicate rebasing and history even more. What would be your thoughts in this case?

Instead of merging topic dependencies, wouldn't it be better to keep them rebased during development?

Personally I agree and tend to operate this way myself, assuming this is what you mean: if developing on topic-b, I tend toward…

Replies: 4 comments

Comment options

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

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #13 on February 27, 2021 17:09.