Working with branches
Use branches to isolate feature work:
- Create or checkout a branch from the Git pane.
- Build and test on that branch.
- Merge via your Git provider’s PR flow (or merge locally, then pull).
- Protect
main/masterso production apps only change through review.
Copilot apply and some mutations are blocked on protected branches — see Copilot.