Reapit

DevOps Setup

← Back to Projects

Fabric Workspace ↔ Repo Sync

Two Fabric workspaces support the Reapit data platform. Both git-integrate with the same Azure DevOps repository via the workspace Git integration setting, each pinned to a specific folder and long-lived development branch. Locally, a single clone of the repo holds both folders side-by-side at the top level.

Fabric Workspace Git Folder Branch
Reapit Bronze /Bronze ReapitBronzeInitialDev
Reapit SilverGold /SilverGold InitialSilverDevelopment

Local Clone

Working Branches & PR Flow

Two local working branches let Bronze and SilverGold be developed and pushed independently. Each pushes to its own remote and PRs into the long-lived dev branch that the matching Fabric workspace syncs from.

Working Branch Scope Remote Push Target PR Target
working-bronze Bronze changes only origin/working-bronze ReapitBronzeInitialDev
working-silver SilverGold changes only origin/working-silver InitialSilverDevelopment