Skip to content

Instantly share code, notes, and snippets.

@mason276752
Created March 24, 2020 05:23
Show Gist options
  • Save mason276752/098f58537ccaeb450adf612c79d42c58 to your computer and use it in GitHub Desktop.
Save mason276752/098f58537ccaeb450adf612c79d42c58 to your computer and use it in GitHub Desktop.
magic line
# set all git git config core.filemode false
find ./ -name .git -exec sh -c "cd `echo $HOME`/'{}'/../;git config core.filemode false" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment