Three bugfix branches (`fix/a`, `fix/b`, `fix/c`) are all approved. You need them combined onto `release/v3` for a coordinated deploy.
Create release branch from main, merge each fix, push.
Medium · 5 steps · +600 XP
This scenario walks through 5 steps, in order:
Try the terminal first — you learn more by doing. When you want to check yourself, here is the command for each step.
git switch -c release/v3git merge --no-ff fix/agit merge --no-ff fix/bgit merge --no-ff fix/cgit push -u origin release/v3Stable release branches are sandboxes for cherry-picked fixes.