Byung Joo Jeongjoo.hashnode.dev·May 15, 2024Project : Git Branch Strategy : develop -feature/#3 - feature/#2 _ Push : Pull : Pull Request Compare and Base Branch1. 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...DiscussBaseBranch : CompareBranc