Skip to content

Instantly share code, notes, and snippets.

@galvao
Created March 3, 2021 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save galvao/b5cc34720a4bc596f78e7a00a7c8f9cd to your computer and use it in GitHub Desktop.
Save galvao/b5cc34720a4bc596f78e7a00a7c8f9cd to your computer and use it in GitHub Desktop.
Git|: Ignoring chmod-changes on files
# Add the -c flag and set the core.fileMode option to false, e.g.:
git -c core.fileMode=false status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment