Forum Discussion

Oimat's avatar
Oimat
Helper I
1 year ago
Solved

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...
  • Oimat's avatar
    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 stash

    everytime before I do a

    git checkout

     

    With code projects I never had this particular issue, but with lots of json files from pbip the problem is increased thousandfold.