I have a file with only variables, which is connected to the code of our site, and feeds the DS file which is another one.
So, for me to make changes to the Variables file, i need to create a branch to not block the dev team if i mess up something, but when i update the branch with the last changes from the main file, is not bringing me those changes. I removed a group of variables from the main file and i’m still seeing them on the branch after updating.
Now i’m wondering if the branches are a good solution for my team since the file only has variables, and if i can’t bring the updates from the variables from the main file, i’m gonna have to copy paste (yay that we have that now) from the branch to the main file.
Is this a bug or limitation from branches? or am i doing something wrong?