I used Ubuntu to download the repository on github.
I downloaded on Windows 7 and used msysgit. When I saved some files in Windows without any changes.
When I execute git status, they are listed as modified.
When I do git diff, the whole line has ^ M at the end.
What is ^ M and how can I ignore this?
Thanks in advance.
UPDATE
I have autocrlf = false in .gitconfig because I want to save lf, not auto or crlf.
shin
source share