Overview
A basic branch workflow is:
- Start from the branch whose current state should be copied.
- Create the new branch.
- Switch to it.
- Make changes.
- Stage and commit those changes on that branch.
- Switch back to main to confirm that the branch work remains isolated.