Typical dev -> main branch workflow
what's the recommended workflow when working with a simple project that has the main and dev branches. I do changes to the dev branch, add data that works within the new schema and once everything is tested and ready, I want to move the new schema WITH the data to the main branch. What's the best/easiest way of doing this?
