Merge API branches, Sync branch with Live
I really appreciate the current API branching functionality. But we're finding it very difficult to organize multiple developers, deployments, and rollbacks across Xano and our frontend tool. It would be wonderful if in addition to cloning a branch, we could merge a branch into another one and resolve conflicts (e.g. merge sandbox into dev, dev to test, test to live, etc.). It would also be great to be able to sync the live version back to an existing branch--a variation of merge I suppose--instead of having to clone live in order to keep evolving it. The reality is that there could be a gap between when a feature leaves a dev branch and makes it to live. Changes could have been created in the dev branch that one would lose by switch to the new clone of the the live branch. I know we can convert things to functions then reuse them, but this isn't an appealing approach as you could end up with many functions that are technically not reusable pieces of logic. Please enable merge and sync capabilities so we can organize our development streams and deployment process!