how to handle merging branches?
Hello - I have some production data on one branch, and let's say that I make some changesto my dev branch schema. How do I merge those changes into the new branch? I see "reset from parent" but I'm not sure the direction (i.e., will I merge the dev data when I just want to update the schema?) I know making live schema changes to production data is messy, just curious what the flow is for most people

Node.js