Skip to content

Instantly share code, notes, and snippets.

@gabidavila
Created November 3, 2013 21:13
Show Gist options
  • Save gabidavila/7294871 to your computer and use it in GitHub Desktop.
Save gabidavila/7294871 to your computer and use it in GitHub Desktop.
Ignorar alteração de permissões de arquivos no GIT Ignore file permissions change on GIT
git config core.fileMode false
@gabrieldissotti
Copy link

git config --global core.fileMode false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment