Practice ยท 1 of 1
Feature Branch Workflow
Write branchWorkflow() returning an object describing this flow: create a branch named "feature/faq", switch to it, then โ after finishing work โ bring it into main.
Shape: { create: "?", switch: "?", merge: "?" } (run from main, merge into main).
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Branches: Experiment Without Breaking Things โ Practice