Project : Git Branch Strategy : develop -feature/#3 - feature/#2 _ Push : Pull : Pull Request Compare and Base Branch
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...
joo.hashnode.dev3 min read