Oimat
1 year agoHelper I
Git and PBIR mixes everything
Hello, In my git folder, I have multiple subfolders containing pbir files. Every time I merge a branch into another one, parts of json from a pbir gets mixed in the json of another pbir. Every time...
- 1 year ago
Okay, I think I found the solution.
I should stash my files before changing from one branch to the other, otherwise changed files from reports go populate other branches too and create thousands of conflicts.
I'll have to do a
git stasheverytime before I do a
git checkoutWith code projects I never had this particular issue, but with lots of json files from pbip the problem is increased thousandfold.