I've done a few upgrades to the production mirror at https://e-nable.youmagine.com to have the recent fixes in there and host the "master" branch version.
I used git update-index --assume-unchanged config.php to ensure my local version wouldn't get overwritten with each upgrade or would block the upgrade process.
I've done a few upgrades to the production mirror at https://e-nable.youmagine.com to have the recent fixes in there and host the "master" branch version. I used
git update-index --assume-unchanged config.php
to ensure my local version wouldn't get overwritten with each upgrade or would block the upgrade process.