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.
This entry was posted
on Thursday, June 30th, 2011 at 5:39 am and is filed under Blog.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.