Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
230 views
in Technique[技术] by (71.8m points)

git - Merging strategy for overlapping changes

Below is our current work flow, because we are a small team of three developers:

enter image description here


feature branch 1 & 2 are going good, because these code changes are not overlapping.

Third developer created feature branch 3(without notice), from master branch, instead of creating from feature branch2, but these are overlapping changes with feature branch1

How do we deal with this?

question from:https://stackoverflow.com/questions/65829109/merging-strategy-for-overlapping-changes

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...