Dear all,
I wonder what is your best practice to distribute changes made to your local.properties or localextension.xml to different configuration files? We have all your configs checked in to your git repository e.g.
config-dev1 config-dev2 config-devx...
config-production config-preview
etc.
Right now I am copying the values to each of the config directories, which doesnt seem to be very convenient. Any advice?