Skip to main content

Working with branches

Use branches to isolate feature work:

  1. Create or checkout a branch from the Git pane.
  2. Build and test on that branch.
  3. Merge via your Git provider’s PR flow (or merge locally, then pull).
  4. Protect main / master so production apps only change through review.

Copilot apply and some mutations are blocked on protected branches — see Copilot.