Process Flow - Working in multiple branches simultaneously
Start on branch main
Create new branch feature
Switch to feature branch
Make changes on feature
Commit changes on feature
Switch back to main
Make changes on main
Commit changes on main
Branches have separate changes
Merge or switch as needed
This flow shows how you create and switch between branches to work on different tasks separately, committing changes independently.