Forum Discussion
p_da
Helper I
1 year agoGit integration
Hello Fabricators, I am currently setting up a Fabric workspace with git integration. I am not a expert in git, so I have a question. Is it possible to add to the .gitignore file certains artifacts ...
- 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/
KevinChant
Super User
1 year agoMy 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?
p_da
Helper I
1 year agoThanks. As I'm new to git, I will figure it out how the checkout works. But thanks for the suggestion