Solution for when Git thinks everything has been modified

Steven Robbins figured out that some git clients mess with filemodes. You can tell git not to pay attention to them with:

git config --global core.filemode false
git config core.filemode false

http://www.grumpydev.com/2011/01/19/switching-from-cygwin-to-msysgit-git-thinks-everything-has-been-modified/

Thank gott.

Leave a Reply