Forum Discussion
Git integration
- 1 year ago
I did a post that went into detail about Git integration a while back that covers it, I hope it helps.
https://www.kevinrchant.com/2024/10/30/fabricators-guide-to-version-control-in-microsoft-fabric/
My advice tends to be to ignore the .gitgnore. For your scenario, I would recommend looking to use the branch out to new workspace feature to create Feature branches/workspaces and then do a pull request for only the items you want to commit back to your Dev workspace instead.
I hope this helps?
Thanks. As I'm new to git, I will figure it out how the checkout works. But thanks for the suggestion
- KevinChant1 year agoSuper User
I did a post that went into detail about Git integration a while back that covers it, I hope it helps.
https://www.kevinrchant.com/2024/10/30/fabricators-guide-to-version-control-in-microsoft-fabric/