I was excited to hear FF finally added some sort of Git feature to their platform. However in my limited use of it, we've already run into problems and seems like it could be potentially disastrous. I tried merging a feature branch into main. Now the feature branch mimics main. I don't see a way to revert the feature branch except via the "versions" and "snapshots" feature which doesn't seem connected to the branch.
Has anyone else experienced similar issues? This is a major problem for my team and makes me scared to use what should be a fundamental part of normal software development.
EDIT:
After talking to with my teammate, it seems like what happened was the original merge went through ok, and then somewhere along the line FF did some sort of rollback to a previous version on our main branch.
This is not the first time something like this has happened. On multiple occasions I remember making a change to Flutterflow and then coming back at some point later and seeing those changes missing. Has anyone else experienced this?
Thanks,
Stefan