When I clone a repository from bitbucket, my local git config in the repository-clone have always some settings, who do not match my global settings.
I want filemode = false. But in the local git config, it's always set to true by default after a git clone.
I am wondering where this local git settings come from and how I can edit this "skeleton".