Similar to a git branch, those on paid tiers can now create branches of their projects in order to make different configurations for debug, test, production, etc. For example, the main configuration of a runtime environment might be for development and test purposes, but you can create a child configuration for production purposes that doesn’t include test harnesses.In this way, you need only centrally maintain one main runtime that all children inherit. See how it works.