Changes

Jump to: navigation, search

Mouse Lock Implementation FAQ

8 bytes added, 11:27, 2 November 2011
Discussion: Fixed up option errors
'''NorthWind87''' With regard to the "windows line error" question, is it not enough to simply set core.autocrlf to false and core.eol to lf?
<pre>
git config --unset core.autocrlfgit config --global --unset core.autocrlf
git config --global core.autocrlf false
git config --unset core.eolgit config --global --unset core.eol
git config --global core.eol true

Navigation menu