Slide 26
Slide 26 text
Git Flow
● Works well for projects with fixed release timing
○ Mobile apps(1 release / 1~2 weeks)
● Less beneficial for projects API / Frontend projects
● More complex branch management, and not
suitable for deploying to production frequently
○ Creating release branches, Hotfix branches, Tags