Skip to content

Instantly share code, notes, and snippets.

@fprieur
Created February 24, 2015 19:13
Show Gist options
  • Save fprieur/9441f379a7fcd9119173 to your computer and use it in GitHub Desktop.
Save fprieur/9441f379a7fcd9119173 to your computer and use it in GitHub Desktop.
How do I make Git ignore file mode (chmod) changes?

How do I make Git ignore file mode (chmod) changes?

git config core.fileMode false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment