I have cloned a repository from github on a Windows 7 box, and made some of changes I would hate to lose. However, all my file have wrong line endings, \n instead of \r\n.
How should I fix it?
I think I should clone my repo again with correct line endings, and move over my changes manually.
How do I clone it properly, so that all line ending are \r\n?
Are there any better suggestions?