Forum Discussion
How to switch the branches when multiple people work in same GIT Integrated Fabric workspace
Hi Anonymous ,
I have no experience with this. But the documentation says that the best practice for Git is to have developers work independently outside of a shared workspace. By having each developer work in their own branch, you minimize the risk of conflicts and ensure that changes can be reviewed before merging back into the branch.
Git integration branches - Microsoft Fabric | Microsoft Learn
- Anonymous2 years agoNot applicable
Anonymous
we are using Fabric POC as shared workspace for development environment so are you saying to create seperate branch for each user and work in different workspace. Later after done with the changes shall we merge back the changes to main branch which is connected to POC workspace again.
To do that i went through the solution given in documentation branching out to workspace but am not sure how to use it. So does it mean it creates new branch with new workspace for each user seperately
Git integration branches - Microsoft Fabric | Microsoft Learn