I maintain a Git repository of PHP scripts locally on my Windows Vista machine and I uploaded the PHP scripts to a server. Some changes were done on the scripts on the server; only 1 or 2 files were modified.
I downloaded all the scripts back to my Windows machine and now when I run git status
it shows ALL FILES (about 2500 of them) as being modified!!
I have the following git config before I uploaded the files to server
core.autocrlf=true
I changed
git config --replace-all --global core.filemode false
same thing, All files still show up as being modified
I have a zip of the old repo and files. Can anyone please let me know how I proceed from here?