So I have a project that I am currently working on which required me to create a new branch for the work I was doing.
After finishing this work I wanted to merge the branch into my main branch but when I looked through Defold Editor, there was nothing about merging anywhere? I tried looking through the forums, documentation and googling about. I wasnt able to find any answers to how branches are supposed to be merged.
I then switched to my main branch and ran sync on it, and suddenly it had all the changes from my feature branch, without me having ever managed to merge anything.
So my question is, what is a branch in defold? what is the purpose if it just gets automatically merged to other branches aswell? Any information you guys have would be great, also info on how the intended workflow is for actual branches so that I dont risk syncing code that might break other features.