Curious how others handle doing upgrades after they've put code customizations in place.
The current upgrade process is to just copy files over your existing installation.
A question for the Moo folks: Would it be possible to get a git patch file for the upgrade instead of just a huge ZIP file of the current state?
Applying this patch might have some of its own issues, but it would be nice as it would make clear what things are changes as far as the upgrade goes and I wouldn't have to manually investigate/distinguish which "changes" are really just older code that I have implemented customizations around.
Is there any guidance from Moo on this sort of situation? Surely there are times when Moo has done custom work for folks and that runs the risk of being overwritten upon upgrade.
Super interested to hear how others might be solving this problem.