1. PR : base(develop) <- compare(feature/#3) 2. PR : base(feature/#3) <- compare(feature/#2) In conclusion, feature/#3 is merged into develop, feature/#2 is merged into feature/#3 Develop branch -> feature/#3 branch (based on develop) -> feature/#2 b...
No responses yet.