Isolated development, safe merging, and working as a team
So far, everyone works in one Dev workspace and commits straight to main
main
In traditional dev, everyone has their own machine. In Fabric, workspaces are shared — so we need another way to isolate work.
Two development cycles that shape how you work:
The challenge: In Fabric, workspaces are shared — so each developer needs their own workspace and own branch to get a private inner loop.
Each developer gets their own branch and their own workspace
Let's get started!