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 with Git: branching strategy, rebase discipline and hunting bugs in production. Questions under this tag, answered directly.
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.