I need to run the command:
git config core.filemode false
The problem is that I have several projects with at least ten submodules. For some reason, all submodules have a value set to true, so I will have to manually delete / update this configuration.
Is there a way to tell Git to set the configuration value for all submodules?
Or remove it from submodules so that saved repo parameters are not overwritten?
source share