dotkernel / development

Set up development environment using Ansible+WSL2/Docker.
6 stars 1 forks source link

git command for ignoring file permissions #22

Open bidi47 opened 1 year ago

bidi47 commented 1 year ago

should we add this command to the documentation? it sets git to ignore file permissions

git config core.fileMode false

just as a note, 'git clone' and 'git init' explicitly set core.fileMode to true

alexmerlin commented 1 year ago

@arhimede Should we include this in our playbooks?

arhimede commented 1 year ago

let's add a "recommandation" folder, with usefull docs related to -git