Tarık
How do I position feature flags when moving from Gitflow to Trunk-Based?
Drop the long-lived branches, merge small changes to main continuously, keep unfinished work behind a flag that's off in prod, and delete flags once done.
Tag
Version control and development workflow with Git.
1 answered questions carry this tag.
Drop the long-lived branches, merge small changes to main continuously, keep unfinished work behind a flag that's off in prod, and delete flags once done.