Hi MrTick
Thanks for sharing...
And, as far as luck is concerned, I bet you hide your skills and your developing intuition behind it...
Ok, I may have been unclear about the command:
Code:
git config --global core.autocrlf input
According to my experience, if the master on GitHub is saved as a unix file, then after the command, Git accept to save it localy with CR only.(verified with od -c on my local windows repository)...
So yes the workaround (solution?) is there already.