Windows WSL git file permissions

When using native Windows Git client along with WSL Git, there can be nuisance dirty repo messages like:

old mode 100755
new mode 100644

This problem is resolved for each Git client by executing in each of native Windows and WSL:

git config --global core.filemode false