Alternatevily, you can do<br><br>git config core.autocrlf false<br><br>in your local repo (wo/--global switch) in your Windows machine, maybe.<br><br><div class="gmail_quote">On Tue, Feb 5, 2013 at 9:18 AM, Germán Arduino <span dir="ltr"><<a href="mailto:garduino@gmail.com" target="_blank">garduino@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi:<br>
<br>
Sorry if I'm repeating something already discussed here, but I found a<br>
simple guide that saved me a lot of time, to use Git.<br>
<br>
It is: <a href="http://rogerdudler.github.com/git-guide/index.html" target="_blank">http://rogerdudler.github.com/git-guide/index.html</a><br>
<br>
BTW, the problem with the CRLF is that by default git add the crlf in<br>
the checkout.<br>
<br>
I'm only noticed this behavior when I used git at command line in<br>
Linux and I saw a warning, but with GitHub client (Mac or Windows) the<br>
warning is not showed.<br>
<br>
The way of disable this behavior is "git config --global core.autocrlf false"<br>
<br>
HTH.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sincerely,<br>
Germán Arduino<br>
<a href="http://about.me/garduino" target="_blank">about.me/garduino</a><br>
<br>
_______________________________________________<br>
Cuis mailing list<br>
<a href="mailto:Cuis@jvuletich.org">Cuis@jvuletich.org</a><br>
<a href="http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org" target="_blank">http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org</a><br>
</font></span></blockquote></div><br>